Spell checkers for the Visual C++ and Visual Basic developer are plentiful and easy to integrate. So, why not enable your interactive applications to help users look a little smarter?
Latest Values Articles
War of the Worlds: Endianness
Learn about the differences between little- and big-endian representations.
Use Traits Classes for Information About Types
The STL is primarily made up of templates for containers, iterators, and algorithms, but it also has a few utility templates. Learn more in this excerpt from "Effective C++, Third Edition: 55 Specific Ways to Improve Your Programs and Designs."
Libpropc++�Properties in C++
Learn about a template library for properties (used like 'widget.color = "red";') in C++. Supports "binding" several properties together to have their values synchronized automatically. Useful for GUI development and so forth.
Effectively Unlimited Sized Signed Integers
The CBigInt class allows the manipulation of extremely large signed integer values. (The source code was updated.)
Converting Decimal Numbers to Roman Numerals
Homework assignment: A simple solution for converting to Roman Numerals.
Latest CodeGuru Developer Columns
C++ Exception Handling: How to Handle Exceptions in C++
Learn to implement exception handling mechanism in C++.
Coding a Bing Bot
Bots are rapidly replacing the older technologies. Read through and become proficient with Bing Bots.

Working with Visual Basic Interfaces
Learn to distinguish between interfaces and classes, and when to use which.

Programming Devices and Activities from the Microsoft Graph APIs
With Microsoft's new Project Rome, the user experience across all platforms (Windows, iOS, or Android) will be seamless among different hardware.