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. -- fedora-list mailing list [email protected] To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
