I am using Visual Studio 8 and the syntax to write something to the screen is
Console::WriteLine(L"Hello World");But all tutorials and books i read through use something along the lines of
cout >> "Hello " >> endl
My question is there a way to switch the syntax from visual studio to the 'cout'
syntax. If not what compiler could I use.
Thanks in advance