-----
(This is C Programming, by the way).
=.= So I have this major assignment to do and naturally, I get errors on the first line.
Okay, so I'm basically using my own header files for the first time. I typed them all out, try and compile and I get a weird error extra tokens at end of #ifndef directive error.
Here is the code that caused the problem:
/* FILE: square.h */ #ifndef square.h #define square.h /* Actual code goes here. /* #endif
I'm getting the error at the #ifndef square.h line. Any clues as to what is causing the problem?


Sign In
Create Account


Back to top











