Michael Jackson
2008-09-18 22:11:37 UTC
Console::WriteLine(L"Hello World");
I have learned to output a string in C++, i should write:
cout<<"Hello World"; ... etc
So whats the difference?! Why the above differs than the one below!