Why when I declare a string in Visual C++ 6.0 like this:
string userDollars = "";
the word string doesn't show in blue like all other keywords? I think it should, and it's not, making me think it's not actually letting me declare a string. And yes I did #include <string>
Thanks!!




Reply With Quote