Re: c++ console application
std::string and Console::WriteLine() don't easily mix. This one compiles with just a compiler warning (C4800):
Code:
Console::WriteLine(response.c_str());
But it certainly won't do what you expect. (If you're curious, just try it...
)
It generally is no good idea to mix the C++ standard library with the CLR infastructure without a real need to do so.
I was thrown out of college for cheating on the metaphysics exam; I looked into the soul of the boy sitting next to me.
This is a snakeskin jacket! And for me it's a symbol of my individuality, and my belief... in personal freedom.