Re: Compiling errors. Not renegade scripts [message #388612 is a reply to message #388611] |
Sat, 30 May 2009 04:38 |
|
Omar007
Messages: 1711 Registered: December 2007 Location: Amsterdam
Karma:
|
General (1 Star) |
|
|
jnz wrote on Sat, 30 May 2009 13:32 | why are you converting it to std::?
|
Well things like COUT in some files have to start with 'using namespace std;' or i would have to change every COUT (and a few others like istream) to 'std::cout'
And about the std:: in the error screen by dos2unix.cpp: I have no clue. I haven't put it in that file
EDIT: forgot to tell that dos2unix.cpp still gives the error when i do add 'using namespace std;' so that isn't the problem
[Updated on: Sat, 30 May 2009 04:40] Report message to a moderator
|
|
|