[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?
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?
Learn about the differences between little- and big-endian representations.
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."
The CBigInt class allows the manipulation of extremely large signed integer values. (The source code was updated.)
Homework assignment: A simple solution for converting to Roman Numerals.
Making an online conversion from a code Page to unicode in your SQL scripts.
Unicode compatible methods for storing binary data to a text file and reading it again. Supports mutliple bases.