Search:

Type: Posts; User: vinians

Search: Search took 0.00 seconds.

  1. Yeah, its true, I read some papers about it and...

    Yeah, its true, I read some papers about it and now I figured it out. Thank you!
    I tryed to change the title to "SOLVED" but I found no button to change the title.
  2. HUmm, I changed it to TToken tokenTable[] =...

    HUmm, I changed it to


    TToken tokenTable[] = {TK_COMMAND, 001, "PRINT", 0.0,
    TK_NUMFUNC, 100, "SIN", 0.0,
    TK_NUMFUNC, 101, "COS", 0.0,
    ...
  3. Correct way to initialize a typedef strcuture in compile time (with code)

    typedef struct token
    {
    int tokenType; // what token is that
    int tokenCode; // the code of a function if applicable
    char *tokenString; // Source token...
Results 1 to 3 of 3