Visual C++ IDE Primer

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello all,

Can anyone point me to a primer on using VC++? I'd like to add an existing
file to a project, delete a source file from a project, understand the
difference between different types of projects, etc.

Thanks,
Tselly Regev
 
Herzl Regev said:
Can anyone point me to a primer on using VC++? I'd like to add an existing
file to a project, delete a source file from a project, understand the
difference between different types of projects, etc.

As of Visual Studio .NET all languages are integrated into one Visual Studio
environment. You can learn more about it here:

Developing with Visual Studio .NET
http://msdn.microsoft.com/library/d...html/vmconFunctionalityDiffsVSMacrosVSNET.asp

The subsections "Managing Solutions, Projects, and Files", "Working with
Code, HTML, and Resource Files", "Building, Debugging, and Testing", and
"Manipulating the Development Environment" should get you going. I hope this
is what you're looking for. Please write back if you can't find what you
need here.
 
Back
Top