Thread: C++ class reference

  1. #1
    Registered User
    Join Date
    May 2002
    Posts
    3

    C++ class reference

    Is there a C++ standatd class reference somewere in the net? in several forums the people tell me that just in books and you got to pay for them, but i think that must be something for there.
    I'm looking for a pdf or something I can download and print with all tha stardar C++ clases and functions and where are they located (the .h files).

    tia

  2. #2
    Registered User JasonLikesJava's Avatar
    Join Date
    Mar 2002
    Posts
    175
    A good ole' Google search will give you anything you need to know.

    http://www.google.com/search?hl=en&q...lass+reference

  3. #3
    Comment your source code! Lynux-Penguin's Avatar
    Join Date
    Apr 2002
    Posts
    533
    WROX distributed a free tutorial and explanation with every MSVC++ 6.0 boxed edition (aka standard)

    I bought Wrox's C++: The Complete Language which has a list of all the functions, the prototypes, brief use and example and the header files that they require. AND some extra refrence to common uses for them in terms of actual applications people commonly use them in.
    Asking the right question is sometimes more important than knowing the answer.
    Please read the FAQ
    C Reference Card (A MUST!)
    Pointers and Memory
    The Essentials
    CString lib

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 4
    Last Post: 05-13-2011, 08:28 AM
  2. Textbox
    By maxorator in forum Windows Programming
    Replies: 20
    Last Post: 09-25-2005, 10:04 AM
  3. How to: Use OpenGL with Jgrasp
    By Pickels in forum Game Programming
    Replies: 3
    Last Post: 08-30-2005, 10:37 AM
  4. Replies: 10
    Last Post: 06-05-2004, 07:40 PM
  5. structure vs class
    By sana in forum C++ Programming
    Replies: 13
    Last Post: 12-02-2002, 07:18 AM