PDA

View Full Version : Don't have man iostream , man std



VaDor
February 16th, 2005, 05:39 PM
Hi ,


I am trying to see some manpages of standart headers such as iostream but i haven't any manual entry!! Can anyone tell me what package i am missing?

Thanks

e.g:
root@Corbin:/home/vador/c0de # man iostream
No manual entry for iostream

root@Corbin:/home/vador/c0de # man -k iostream
iostream: nothing appropriate.

man std
No manual entry for std


:-x

toojays
February 16th, 2005, 10:15 PM
You need something along the lines of libstdc++*-doc, then you can do "man std::iostream".

VaDor
February 17th, 2005, 01:23 AM
You need something along the lines of libstdc++*-doc, then you can do "man std::iostream".


Thanks working \\:D/