Macgoober
November 13th, 2009, 04:39 AM
If I wanted to take the information from lets say:
this->box->Text
and output it to a file, where should I begin my search?
Naturally I can't use fstream, as it's output stream won't accept a System::String.
Converting a system string to an std::string seems extremely tedious, and I would imagine there is a better solution.
Suggestions?
Regards,
- Mac
this->box->Text
and output it to a file, where should I begin my search?
Naturally I can't use fstream, as it's output stream won't accept a System::String.
Converting a system string to an std::string seems extremely tedious, and I would imagine there is a better solution.
Suggestions?
Regards,
- Mac