OK So i was trying to make a plugin for my sql and win sock Login Server, however apparently visual c++ 2010 form can't #include <string> and there is so such thing as System::String.
I can get string^ to work but i believe after declaration the value can't be changed.
Are their any other alternatives, or have i missed the string operator?