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 Developer Videos
More...Latest CodeGuru Developer Columns
Programming with Code::Blocks
Discover Code::Blocks, an open source IDE for C/C++.

XElement Refresher
Review using the XElement interface and discover one place where XML is still used that's potentially quite useful to you.

Rotating Text with GDI and Visual Basic
You can create words and fonts that display at any angle. All it takes is a Windows Forms project and a little know-how.

Maker Project: Creating a Garage Door Opener
Have you ever wanted to control your garage door from your smartphone? Here is your chance. Get your hands dirty with an Arduino Garage Door Controller.