Search:

Type: Posts; User: nasec

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,493

    Setting focus in an edit box

    Just trying to set focus in an edit box after i clear all the fields.

    Thanks.
  2. Thread: Link List error

    by nasec
    Replies
    5
    Views
    1,092

    Salem, thank you. It makes complete sense now.

    Salem, thank you.

    It makes complete sense now.
  3. Thread: Link List error

    by nasec
    Replies
    5
    Views
    1,092

    Actually I have tried to include the incomplete...

    Actually I have tried to include the incomplete class declaration before the struct like you had explained but yet i get this error.

    'user' uses undefined class 'User'
  4. Thread: Link List error

    by nasec
    Replies
    5
    Views
    1,092

    Link List error

    I can not figure out what is wrong with this header file.

    #ifndef USER_H
    #define USER_H

    struct Node
    {
    User user;
    Node * ptrNext;
    };
Results 1 to 4 of 4