0
What is the difference between String^ ans string
There is no way to equal System::String^ with std::string in GUI applications. Where is the difference between them
2 Réponses
0
I think System::String^ is a type managed by .NET and std::string is from the unmanaged standard library of C++ itself.
0
while making cpp Gui programs you can also use std::string as a type