The Wayback Machine - https://web.archive.org/web/20110921092611/http://www.codeguru.com:80/cpp/data/data-misc/values/

    Values

    [Updated] Help Your Application Users Become Great Spellers

    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?

    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."

    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.

    Converting from Code Page to Unicode

    Making an online conversion from a code Page to unicode in your SQL scripts.

    Converting Between Different Number Bases

    Unicode compatible methods for storing binary data to a text file and reading it again. Supports mutliple bases.