Hi,
someone here wants to use the setbase C++ io manipulator:
#include <iostream.h>
int main()
{
cout << showbase << hex << 14 << endl;
}
But no C++-compiler I'm using (gcc 2.95.2, ...) seems to know that. Does
anyone happen to know what I'm doing wrong?
Thanks!
- Hubert