This section lists the sample applications included with Visual C++. For more information on how to download the samples, see How to: Install and Use Sample Files Found in Help.
Contains samples that work with all versions of Visual C++, including Visual C++ Express Edition.
Contains links to walkthroughs that highlight features of Visual C++.
Contains samples that demonstrate Standard Template Library functionality.
Contains samples demonstrating Active Template Library (ATL) functionality.
Contains samples that demonstrate the Visual C++ compiler's built-in support for COM.
Contains samples that show how to create your own wizards to streamline tasks related to creating custom applications or adding code.
Contains samples that demonstrate event handling in Visual C++.
Contains samples that demonstrate extending Visual Studio and Visual C++.
Contains samples that demonstrate writing code for the international market.
Contains samples that demonstrate interoperability between COM and the .NET Framework.
Contains samples that demonstrate support for Microsoft Macro Assembler (MASM) source files in Visual C++.
Contains samples that demonstrate Microsoft Foundation Classes (MFC) functionality.
Contains a sample that demonstrates the Windows Image Acquisition (WIA) application programming interfaces (APIs).
first, How do we use Visual C++?
[Noelle Mallory - MSFT] Please post questions to the MSDN Forums at http://forums.microsoft.com/msdn. You will likely get a quicker response through the forum than through the Community Content.
What is the difference between win32 console application and win32 appliction?
The former only runs in the console (i.e. under cmd.exe or PowerShell), the latter you will see in a window.