Reza A said:
The book doesn't cover anything of that sort, so I dont know what you're
talking about. Care to explain some more?
Is it a book on Managed C++?
This
System::Console::WriteLine(S"Hello World");
seems to be what's called MC++. If
your book is on std C++, you won't
find this in there. In that case
you should decide what you want to
learn and either (a) don't use MC++
or (b) buy a book on MC++.
FWIW, in std C++ you do this instead:
std::cout << "Hello, World!";
Schobi
--
(e-mail address removed) is never read
I'm Schobi at suespammers dot org
"Sometimes compilers are so much more reasonable than people."
Scott Meyers