How do you convert System::String to std::string in C++ .NET?
|
|
|||
|
|
|
There's a whole MSDN article on how to do this. |
||
|
|
|
|
|
||
|
|
|
|
There is cleaner syntax if you're using a recent version of .net
This also gives you better clean-up in the face of exceptions. There is an msdn article for various other conversions |
|||
|
|
