Search:

Type: Posts; User: chiques

Search: Search took 0.00 seconds.

  1. This did the trick, thanks!

    This did the trick, thanks!
  2. For Loop Error "error: expected identifier or '(' before '[' token"

    I am receiving this error various times


    The problem appears to reside inside my for loop:



    for (loop = 0; loop < 30; loop++)
    {
    Instruments[loop] = (Addr4882_t)(loop + 1);
Results 1 to 2 of 2