Name | Type | Description |
---|---|---|
stream | ostream | An output stream object, usually cout. |
base | short | (Optional) The base to be used. Valid bases are 16 (hex), 10 (decimal), 8 (octal), and 2 (binary). If this parameter is not user, then 10 will be used. |
ln X; ... X.Print( cout, 8 );