6
boost::format gives you the ablility to safely use printf like formatting as well as positional format specifiers ala .NET.
8
Converts a string representation of a number with any base(binary, octal, decimal, hexadecimal, up to base 36) to a long int.
8
Convert an ebcdic buffer to an ascii buffer.









