I've been getting this crazy namespace error when trying to compile a project, I've looked over the entire thing several times, even through the other files, and can't seem to fix it.
The begining of the file, up to line 12:Code:d:\C++\Vacuus_Beta\textNotrium.cpp(12) : error C2143: syntax error : missing ';' before 'using' main.cpp d:\C++\Vacuus_Beta\textNotrium.cpp(12) : error C2143: syntax error : missing ';' before 'using'
No doubt it's something simple that my poor mind can't pick up, but I'ld still appreciate any help.Code:#ifndef TEXTNOTRIUM_CPP #define TEXTNOTRIUM_CPP //Defines some common BAGE functions #include <iostream> #include <cstdlib> #include <cstdio> #include <string.h> #include "engine.h" //For engine stuff; #include "engine_class.h" using namespace std;
I use Visual C++ 2002.



LinkBack URL
About LinkBacks


