Menu

Need Documentation on Headers

2002-11-22
2012-09-26
  • Nobody/Anonymous

    Hi,
    does anybody know where I can get a complete documentation of the different C++ headers such as <iostream.h>, <math.h>, <string.h>, <stdlib.h> and all the others.
    Is there a separate dec for the STL as well?

     
    • Nobody/Anonymous

      Documentation of c headers:
      http://www.gnu.org/manual/glibc-2.2.5/text/libc.txt

      tkorrovi

       
    • j@ck_

      j@ck_ - 2002-11-22
       
    • Nobody/Anonymous

      Note that it is dangerous to think in terms of <iostream.h>, its now <iostream> with all the function names pulled into the standard namespace.

      Wayne

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.