Hey Daniweb Community,
I enter in the following code into a header file:
bool isCreated;
And as a result I get the following error:
error: expected '=', ',', ';', 'asm' or '__attribute__' before 'isCreated'|
Any suggestions or information on how this problem is occuring?
Computer Specs:
Windows 7
Code::Blocks
Mingw32 (something like that) compiler
Sorry, Im a java coder mainly, I am not exactly sure as to why this error is happening
Thanks