Re: [OT] Speaking of C...
- Posted by Lnettnay Jun 17, 2013
- 1830 views
I don't know what I'm doing wrong. I typed in the following:
- int c;
c = 0; ## and after the second line I got an error saying "C++ requires a type specifier for all declarations".
- int c;
Any idea what I'm doing wrong?