Face to Face Interview
#include ostream& myhex ( ostream &o ) { o.setf ( ios::hex) ; return o ; } void main( ) { cout << endl << myhex << 2000 ; }
EmoticonEmoticon
EmoticonEmoticon