This IDE is a replica of the original .NET editor and also contains Windows support.


[...]
You don't have to compile two different versions to get applications that run correctly under both Windows XP and Windows Vista.


[...]
Overriding a virtual member function in C++ can go wrong in many ways, most of which the compiler won't detect. Learn how three new C++0x attributes can help you avoid the bugs associated with overriding virtual functions.


[...]
C++'s SAFEARRAY is difficult to use. A better option is to enumerate an array's elements by repeatedly calling your own custom enumeration function and incrementing the element index.


[...]
These versions of isNaN() and isInf are portable across C++ compilers.


[...]
Split the string at the delimiter and then add each item to a new string list.


[...]
Take advantage of pre-written cmdlet functionality in your own applications.


[...]
Don't write property setters and getters by hand--generate them!


[...]
Find out what dangers race conditions in general and C++0x data races in particular pose to your concurrent code, as well as the strategies for avoiding them.


[...]
Here's a quick way to document your .NET projects.


[...]