Thread: Free C++ classes

  1. #1
    Registered User
    Join Date
    Jul 2004
    Posts
    20

    Free C++ classes

    Hi


    Is there any place ( a website for such resources ) where I can found free C++ classes ( written by other programmers ) to put in my programs. For example a class that provide ODBC functionality , a parser class, a zip class etc

    Is there any such place ?


    In java for example all classes that I mentioned above as an example are part of Java SDK


    Thanks

  2. #2
    ---
    Join Date
    May 2004
    Posts
    1,379
    Do you know what the MFC has? I don't so I can't recommend it but you should certainly check out what it can do.

  3. #3
    Registered User
    Join Date
    May 2005
    Posts
    24
    check out www.boost.org

  4. #4
    Toaster Zach L.'s Avatar
    Join Date
    Aug 2001
    Posts
    2,686
    The word rap as it applies to music is the result of a peculiar phonological rule which has stripped the word of its initial voiceless velar stop.

  5. #5
    Tropical Coder Darryl's Avatar
    Join Date
    Mar 2005
    Location
    Cayman Islands
    Posts
    503
    if you are looking for a general repository of class libraries, you could try these places

    http://www.parashift.com/c++-faq-lit....html#faq-37.9
    http://www.thefreecountry.com/sourcecode/cpp.shtml

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Can you Initialize all classes once with New?
    By peacerosetx in forum C++ Programming
    Replies: 12
    Last Post: 07-02-2008, 10:47 AM
  2. Program that displays amount of free memory
    By trancedeejay in forum Linux Programming
    Replies: 3
    Last Post: 01-13-2006, 01:27 PM
  3. Questions on Classes
    By Weng in forum C++ Programming
    Replies: 2
    Last Post: 11-18-2003, 06:49 AM
  4. Prime Number Generator... Help !?!!
    By Halo in forum C++ Programming
    Replies: 9
    Last Post: 10-20-2003, 07:26 PM
  5. include question
    By Wanted420 in forum C++ Programming
    Replies: 8
    Last Post: 10-17-2003, 03:49 AM