Visual C++ Step-By-Step.. I follow the instructions, but.... -
09-28-2006
, 06:10 PM
Hi,
I'm wondering if anyone has the Visual C++.NET Step-By-Step guide, featured
in the Deluxe Learning Edition and can help me with something.
On quite a lot of the examples, it tells me to create a new Visual C++
Console Application, which I do. It then says to add a line immediately below
'using namespace System;' which is not present in the .cpp file the app
wizard creates.
It's strange because i'm using .NET 2003 (although it is not the version
from the supplied CDs but instead Enterprise edition), yet this line is not
present from the generated files from the app wizard, it is present in the
example files on CD though.
I'm wondering if i've messed up a setting somewhere or if it's incorrect in
the book.
Many thanks in advance,
Alan |