GeekArticles
Programming
C++
Programming
C++Microsoft Extensions to C and C++
The following are Visual C++ extensions to the ANSI C and ANSI C++ standards: Keywords Microsoft extends the C++ language with several additional keywords. For a complete list, see C++ Keywords in the C++ Language Reference. Keywords with two leading underscores are Microsoft extensions. Out of Class Definition of static const Integral (or enum) Members Under the standard (/Za), you need to make an out-of-class definition for data members. For example, class CMyClass { static const int...n
Sponsored Links
Read Next: Visual C++ and CodeDom
Related Topics
Subscribe via RSS
C++
- Multithreading in C++
- A Simple Garbage Collector for C++
- C++ in theory: Bridging Your Classes with PIMPLs
- C++ In Theory: The Singleton Pattern, Part 2
- C++ In Theory: The Singleton Pattern, Part I
- Managed C++: Debugging with the StackTrace Class
- C++ Idioms in BREW: Better Interfaces
- More on Handling Basic Data Types
- Visual C++ 2005 IDE Enhancements
- Managed C++: Loading and Displaying Images
