Results 1 to 6 of 6

Thread: Header files meanings

  1. #1

    Thread Starter
    Frenzied Member JasonLpz's Avatar
    Join Date
    Mar 2001
    Location
    Brooklyn, NY
    Posts
    1,335

    Header files meanings

    anyone know where i can get a list of header files and what they are for?
    - JayWare
    Live to love. Not to Hate

    Im to busy to have a site. But I got one and still working on it.

    http://dre3k.net/

  2. #2
    PowerPoster sunburnt's Avatar
    Join Date
    Feb 2001
    Location
    Boulder, Colorado
    Posts
    1,403
    if you know what function you want, type it into the IDE, select it, and press F1. MSDN will tell you which header file or lib file the function is located in.
    Every passing hour brings the Solar System forty-three thousand miles closer to Globular Cluster M13 in Hercules -- and still there are some misfits who insist that there is no such thing as progress.

  3. #3

    Thread Starter
    Frenzied Member JasonLpz's Avatar
    Join Date
    Mar 2001
    Location
    Brooklyn, NY
    Posts
    1,335
    i meant more like MSDNs' kind of way. But i would love a list like the below:

    1. iostream - handles the input and output stream.
    2. windows.h - handles windows functions like api.
    3. string - handles string fuctions.


    and so on . Does anyone know of a list?
    - JayWare
    Live to love. Not to Hate

    Im to busy to have a site. But I got one and still working on it.

    http://dre3k.net/

  4. #4
    Lively Member FantastichenEin's Avatar
    Join Date
    Mar 2000
    Location
    dairy
    Posts
    106
    Jason,

    The is a list of the standard headers here....
    http://www.cplusplus.com/ref/#libs

    Regards
    ****

  5. #5

    Thread Starter
    Frenzied Member JasonLpz's Avatar
    Join Date
    Mar 2001
    Location
    Brooklyn, NY
    Posts
    1,335
    thanks thats a good one. Il use it also. but i was thinking more or info on the entire header file. like math deals with math, iostream deals with i/o stuff. like general ifo or better yet the subject of a header.
    math.h = math header
    windows.h = windows manipulation header

    stuff like that on the header file not the contents like if what type of header file is stdio.h? whats the main purpose for this. like the main purpose of the windows.h is for you to be able to manipulate a window "form" and more.

    string.h contains tools to manipulate strings. am i right stuff like that. so basically

    WHAT A CERTAIN HEADER FILE IS USED FOR.

    but i want a list. Someone should make one it would not only help me but would help tens and thousands of beginners.
    - JayWare
    Live to love. Not to Hate

    Im to busy to have a site. But I got one and still working on it.

    http://dre3k.net/

  6. #6

    Thread Starter
    Frenzied Member JasonLpz's Avatar
    Join Date
    Mar 2001
    Location
    Brooklyn, NY
    Posts
    1,335
    that site you gave me is awsome. thanks again im gonna print it out
    - JayWare
    Live to love. Not to Hate

    Im to busy to have a site. But I got one and still working on it.

    http://dre3k.net/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width