Search:

Type: Posts; User: Salem

Search: Search took 0.28 seconds.

  1. Replies
    5
    Views
    1,836

    Well you could run the code in the debugger, then...

    Well you could run the code in the debugger, then start single-stepping through the code.
  2. Replies
    5
    Views
    1,836

    foo.c:232:1: warning: control reaches end of...

    foo.c:232:1: warning: control reaches end of non-void function [-Wreturn-type]

    > for (i = startOfToken; i < strlen(token); i++)
    If this is false the first time you reach it, the body of the loop...
  3. Replies
    5
    Views
    1,836

    Well you have this while (answer.type != EOL) ...

    Well you have this
    while (answer.type != EOL)

    But no path through getNextToken() ever sets the EOL state.
Results 1 to 3 of 3