Thread: classes and definitions

  1. #1
    Registered User
    Join Date
    Feb 2002
    Posts
    98

    classes and definitions

    does anyone know of a online referance showing all the classes and what they do?like an encyclopedia?using ms visual c++ 6.0
    thanks,

  2. #2
    Pygmy Monkey ErionD's Avatar
    Join Date
    Feb 2002
    Posts
    408
    All classes from all headers? Doubt you will find that anywhere.
    There are some places that enlist for example all the windows classes but i dont think anyone enlists them all.

  3. #3
    Registered User billholm's Avatar
    Join Date
    Apr 2002
    Posts
    225

    Talking

    Try the finding it from the help list of your compiler (But I think you already did that hehehe)
    All men are created equal. But some are more equal than others.

    Visit me at http://www.angelfire.com/my/billholm

  4. #4
    Registered User
    Join Date
    Feb 2002
    Posts
    98
    well i found the whole list of mfc classes on the msdn site under microsoft foundation libraries. theres about 1000 pages of them. now i can learn something. if i can find the rest of the classes, it will be even better

  5. #5
    Registered User billholm's Avatar
    Join Date
    Apr 2002
    Posts
    225

    Lightbulb Hey scott!

    PM me if you found some classes and libraries about windowing toolkits for MS Windows. Compiler help files sucks to the max! Cant rely on them for advice.

    Include the site
    All men are created equal. But some are more equal than others.

    Visit me at http://www.angelfire.com/my/billholm

  6. #6
    Registered User
    Join Date
    Feb 2002
    Posts
    98
    what is windowing toolkits?

  7. #7
    Registered User billholm's Avatar
    Join Date
    Apr 2002
    Posts
    225
    Windowing toolkits are the codes we can use to make those cool "windows" GUI on the MS Windows platform.
    All men are created equal. But some are more equal than others.

    Visit me at http://www.angelfire.com/my/billholm

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 7
    Last Post: 11-17-2008, 01:00 PM
  2. Why just use prototypes with classes?
    By jsrig88 in forum C++ Programming
    Replies: 5
    Last Post: 08-11-2006, 06:52 PM
  3. Classes and member functions
    By uraliss in forum C++ Programming
    Replies: 2
    Last Post: 04-13-2006, 07:38 AM
  4. external classes
    By doubleanti in forum C++ Programming
    Replies: 3
    Last Post: 12-16-2001, 12:37 AM
  5. nested classes...
    By doubleanti in forum A Brief History of Cprogramming.com
    Replies: 8
    Last Post: 12-09-2001, 04:25 PM