Click to See Complete Forum and Search --> : File I/O with managed C++?


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

eremitic
November 13th, 2009, 04:45 PM
Take a look at System::IO::File.