D
drg
I have studied Java and C# but want to get to know C++ as well and,
well, I am already confused. I am studying from Microsoft visual
C++.net (2003) and compiling on visual studio c++ express 2005.
when I try to compile:
Console::WriteLine(S"Hello World")
I get an error.
If I compile:
Console::WriteLine(L"Hello World")
it is able to build.
Is the 'S' deprecated? If so, has C++ changed that much between 2003
and 2005. I'm afraid to tackle 2008.
Maybe I should just stick with Java and C#
Thanks in advance.
DRG
well, I am already confused. I am studying from Microsoft visual
C++.net (2003) and compiling on visual studio c++ express 2005.
when I try to compile:
Console::WriteLine(S"Hello World")
I get an error.
If I compile:
Console::WriteLine(L"Hello World")
it is able to build.
Is the 'S' deprecated? If so, has C++ changed that much between 2003
and 2005. I'm afraid to tackle 2008.
Maybe I should just stick with Java and C#
Thanks in advance.
DRG