Thread: header question

  1. #1
    Registered User
    Join Date
    Apr 2003
    Posts
    3

    header question

    I'm very new to c++, and trying to understand something from nothing :P

    Someone could explain me, how can i get to know the functions covered in EACH header file?

    Should i open the header files and check in there?? Or is there any other way?

    Thank in advance
    efr33t

    Ps. sorry if the question has been posted a million times

  2. #2
    Registered User
    Join Date
    Apr 2003
    Posts
    3
    Ok thanks, but i work in dev-c++ environment, so i guess i should get some docs on the headers ^_^ thanks for replying

  3. #3
    Registered User
    Join Date
    Nov 2002
    Posts
    1,109
    this site helps. not sure if it covers everthing, i haven't looked at the whole site, but it helps.

    www.cppreference.com

  4. #4
    Registered User
    Join Date
    Apr 2003
    Posts
    3

    great!!! that'll help me a lot ^_^

    Thank you! you posted a very precious link to me
    I love you (platonic-way, of course :P )

  5. #5
    jasondoucette.com JasonD's Avatar
    Join Date
    Mar 2003
    Posts
    278
    You could also always try the MSDN site, which contains the same help information that F1 would provide from within MSVC++.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Header File question
    By vishalag in forum C Programming
    Replies: 1
    Last Post: 06-17-2009, 07:25 AM
  2. Header files question
    By Programmer_P in forum C++ Programming
    Replies: 8
    Last Post: 05-14-2009, 01:16 PM
  3. Linux header question
    By invisibleghost in forum Linux Programming
    Replies: 5
    Last Post: 02-17-2005, 10:03 AM
  4. Replies: 6
    Last Post: 04-02-2002, 05:46 AM
  5. header file question
    By unanimous in forum C Programming
    Replies: 1
    Last Post: 12-15-2001, 08:15 PM