Search:

Type: Posts; User: bioshock

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    1,892

    thanks hk_mp5kpdw for the explanation

    thanks hk_mp5kpdw for the explanation
  2. Replies
    8
    Views
    1,892

    ok thanks i get it, (i didn't know that structure...

    ok thanks i get it, (i didn't know that structure can be declared in that way)
  3. Replies
    8
    Views
    1,892

    its not working

    thanks for you quick reply

    but its not working for me


    typedef struct Alphabet {

    char data ;
    Symbol * E; //shows error: ISO C++ forbids Declaration Of 'Symbol' With No Type
  4. Replies
    8
    Views
    1,892

    i think that will create similar problem as...

    i think that will create similar problem as symbol is not defined at that point, correct me if i am wrong
  5. Replies
    8
    Views
    1,892

    a C structure problem

    hi

    i need two structure which is basically like this



    struct Symbol {

    Symbol * E;
    Alphabet * N; //line 8
Results 1 to 5 of 5