MSDN Library
Welcome to the MSDN Library, an essential source of information for developers using Microsoft® tools, products, technologies and services. The MSDN Library includes how-to and reference documentation, sample code, technical articles, and more. To find the content you need, browse the table of contents or use search. To get the latest MSDN headlines sent to you via e-mail. Sign up for the MSDN Flash Newsletter.
Feature Spotlight
MSDN Code Search Preview: MSDN now offers the ability to search for code snippets within the MSDN Library. It’s easy to find quick references and example code snippets for specific class definitions, function definitions or function calls — and once you find the result(s) you’re looking for, you can create a unique URL to bookmark or send through e-mail. Click here to try it out or visit the MSDN Search Forum to provide feedback.
Featured Content .gif)
Optimizing Your Code (Visual C++ 2010 Beta)Optimization is the process of fine-tuning executable code for best performance and smallest code size. This topic introduces several mechanisms to optimize code that Visual C++ provides.
Code ContractsSpecify preconditions, postconditions, and object invariants in your code with Code Contracts.