- Jun 28, 2000
- 1,687
- 0
- 0
Dev-C++ does not seem to acknowledge the string variable type!
#include <stdlib.h> has absolutely no effect! wtf?
Stroustrep's book says that the string variable type is part of the C++ language, so either his book is wrong or the GNU compiler is fscking wrong!
Hmmm... has anyone here used bloodshed's Dev-C++ and the GNU compiler before? Any ideas on why I can't declare string variable types?
I guess I could use char* but I still want to know why strings don't work...
#include <stdlib.h> has absolutely no effect! wtf?
Stroustrep's book says that the string variable type is part of the C++ language, so either his book is wrong or the GNU compiler is fscking wrong!
Hmmm... has anyone here used bloodshed's Dev-C++ and the GNU compiler before? Any ideas on why I can't declare string variable types?
I guess I could use char* but I still want to know why strings don't work...
