Native Development (How Do I in Visual C++ Express)
This page links to help on tasks related to native development using Visual C++. To view other categories of popular tasks covered in Help, see How Do I in Visual C++ Express.
Native Programming
- DLLs
Discusses Dynamic Link Libraries (DLLs).
- DLL Frequently Asked Questions
Answers common questions concerning DLLs.
- Multithreading
Discusses issues to be aware of when creating multithreaded applications.
- STL Samples
Lists the samples that demonstrate the use of the Standard Template Library.
Precompiled Headers
- Creating Precompiled Header Files
Describes how the Microsoft C and C++ compilers provide options for precompiling any C or C++ code, including inline code.
- When to Precompile Source Code
Describes when it is appropriate to use precompiled headers.
- Two Choices for Precompiling Code
Describes the two choices for precompiling code: automatic precompiling and manual precompiling.
- Precompiled Header Consistency Rules
Discusses guidelines that will help you use precompiled headers more efficiently.
- Using Precompiled Headers in a Project
Describes a method for using the manual precompiled-header options in a project.