C++ noshowbase ignored

Mike -- EMAIL IGNORED m_d_berger_1900 at yahoo.com
Tue Feb 3 19:47:38 UTC 2009


In FC7, the line"

...
   cout << "a = 0x" << setfill('0') << hex << noshowbase <<
                     setw(8) << a << dec << setfill(' ') << endl;
...

results in:

a = 0x0x91a1218

Is there something I can do about this?

Thanks,
Mike.




More information about the fedora-list mailing list