Thread: Java-like Class list

  1. #1
    Registered User
    Join Date
    May 2003
    Posts
    37

    Java-like Class list

    I've done a lot of previous experience in Java, and I must say that the Sun API list they provided on the net was VERY helpful.

    As such, is there perhaps a C++ equivalant to this? Somewhere where I can look up any sort of class I might come across, with a list of basic functions and return types? Just for the STL, mind, as I'm sure there are tons more outside of this group.

    --Ashiq

  2. #2
    Registered User
    Join Date
    Nov 2002
    Posts
    1,109
    you may find www.cppreference.com helpful.

  3. #3
    Registered User
    Join Date
    May 2003
    Posts
    37
    Ah, PERFECT , thanks!!

    --Ashiq

  4. #4
    Registered User
    Join Date
    Jun 2002
    Posts
    17
    Mucho thanks for that link. It's like my dreams came true.
    Using Dev-C++ beta under Win XP Pro. That or g++ on Mandrake Linux 9.0 .

  5. #5
    Registered User
    Join Date
    Mar 2003
    Posts
    73
    That site is awesome! Thanks for the link!

  6. #6
    Registered User
    Join Date
    May 2003
    Posts
    15
    Wow! ~ amazing thread - no idea why I haven't looked at the STL since I started C++ programming, never crossed my mind LOL.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Reverse function for linked list
    By Brigs76 in forum C++ Programming
    Replies: 1
    Last Post: 10-25-2006, 10:01 AM
  2. instantiated from here: errors...
    By advocation in forum C++ Programming
    Replies: 5
    Last Post: 03-27-2005, 09:01 AM
  3. linked list iterator class inheritience
    By neandrake in forum C++ Programming
    Replies: 2
    Last Post: 11-14-2004, 10:03 AM
  4. List class
    By SilasP in forum C++ Programming
    Replies: 0
    Last Post: 02-10-2002, 05:20 PM
  5. 1st Class LIST ADT
    By Unregistered in forum C++ Programming
    Replies: 1
    Last Post: 11-09-2001, 07:29 PM