i'm getting a error- "expression must have a struct or union type"
plz helpme with it
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
i'm getting a error- "expression must have a struct or union type"
plz helpme with it
Anuj,
You're probably using a "." when you should be using a "->" or vice versa. Could you post the code that it is complaining about as well as the definition of the struct/union you're trying to modify?
Trey