hey,
I'm trying to do the c++ style strings tutorial on this site but it's not working. Could it be because I'm using Dev c++?
here's my code:
not realy sure why this won't work. Help would be apreciated, thanksCode:#include <iostream.h> #include <stdlib.h> using namespace std; int main() { string my_string; return 0; }



LinkBack URL
About LinkBacks


