Stonewall382
Knight at Arms

I'm programming in Visual C++ 2008 Express Edition, and I cannot for the life of me declare a string. I don't need to declare a string class, or anything like that, I just need to be able to declare a damned string, like people've been able to since time immemorable (or, at least since C++ came out).
I'm pretty sure my problem is that I can't use the namespace "std." I type 'using namespace std' right below the last include statement, and I get an error telling me that there is no namespace with that name. What gives?
I'd like to use Java to do this program, but I need to be able to compile into an exe, or into an application, and the advice given on messageboards and such make it seem like a ***** to do.
I'm pretty sure my problem is that I can't use the namespace "std." I type 'using namespace std' right below the last include statement, and I get an error telling me that there is no namespace with that name. What gives?
I'd like to use Java to do this program, but I need to be able to compile into an exe, or into an application, and the advice given on messageboards and such make it seem like a ***** to do.


