Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Zortech C++ Language Reference - standard_header_files _ http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                           Standard_Header_Files                        _

   The correct use of header files is fundamental to the use of both  the
   C++  langauge  and ANSI C. Complete and accurate  prototyping  of  all
   functions  is compulsory in C++ and therefore the  appropriate  header
   file  must  be included whenever a standard library function  is  used
   within  a  source file. The header file which  contains  the  function
   prototype  for each library function can be found under the entry  for
   that function in the Function Reference.

   The common C practice of providing a function prototype locally,  only
   for functions actually used, should not be used in C++.


Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson