description: "This article describes several ways to convert from System::String* to char* by using managed extensions in Visual C++." # Convert from System::String to Char in Visual C++ This article ...
How do I convert a char to a C++ string? I can't use an array of characters (a cstring); I need an actual <string> object.<BR><BR>After I make the initial string, I then need to be able to append ...