I have been following the previous thread about C/C++ development
environment because I am looking for similar answers.

Most of the replies answered about C programming information. But, how
about C++ information? Such to print out an integer in hexadecimal
format with cout. (For anyone who is interested, after extensive
searching, I dig out that cout.setf(ios_base::oct, iso_base::basefield)
will do it).

But, it should be much easier under Linux. For example, I can always use
"man printf" to figure out everything I need to know about printf.

Is there any way to find the information about the standard library of
C++? 

Thanks.


Liguo (Leo)



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to