|
Re: C Programming Question
to your first post....if you need a variable in two classes than in the second you declare it:
code:
extern vartype variable;
in the second you forgot to close the IF statement with a }
add id bfore the comments if you want to maintain pretty code
the error is at that line bcause its either the end of the class or right before another method
Last edited by blindguyinanorg : 15-02-2004 at 13:58.
|