The C++ language has three manipulators for formatting output of integer values in either base 10 (dec), base 8 (oct) and base 16 (hex). These manipulators may be used with the cout statement (or file handles) to output integer data in the three number bases.