I've programming for a long time in C and in C#, I thought moving to C++ would be smooth...
anyway, I've seen the use of caret but I don't understand the meaning of it.
what's the different between:
std::string *st1;
to
String::string ^st2;
Thanks!
See Question&Answers more detail:os