J
John Swan
I am starting to really hate managed C++.
Ok.
I am trying to add a newline character to a std::string and it won't do it.
Whenever you put in << endl or + endl it wont compile because the managed
bit is shit.
If I was to put in /n or /r or /n/r and other variations it kinda works. As
in, if I display the string in a MessageBox it works fine.
However, a text box does not work.
All I get is little squares. It's as if you open a text file that works fine
in Linux but the fonts are out in Windows.
I am going insane and the MSDN is rubbish.
Cheers
Ok.
I am trying to add a newline character to a std::string and it won't do it.
Whenever you put in << endl or + endl it wont compile because the managed
bit is shit.
If I was to put in /n or /r or /n/r and other variations it kinda works. As
in, if I display the string in a MessageBox it works fine.
However, a text box does not work.
All I get is little squares. It's as if you open a text file that works fine
in Linux but the fonts are out in Windows.
I am going insane and the MSDN is rubbish.
Cheers