Menu

Docs on header files?

2003-01-16
2012-09-26
  • Nobody/Anonymous

    Java API are documented nicely in html files via the javadoc command. This helps a lot when I write Java codes. As for C++, where can I get documentation of the headers files? E.g what else does iostream contain? What are parameters some of these functions take? etc etc

    Luke.

     
    • Nobody/Anonymous

      If you want to know what it contains I recommend notepad ot scite to open and read it... :)
      For further information www.cppreference.com is a nice site with some short info.

      upcase

       
    • Patrick Ogay

      Patrick Ogay - 2003-01-16

      for you own use, there are tools, like doxygen to document C/C++ Files and generate documentation.
      Patrick

       

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.