Thread: Standard C++ library

  1. #1
    Registered User nevermind's Avatar
    Join Date
    Oct 2002
    Posts
    23

    Standard C++ library

    Hello,

    I would appreciate a link to a list of standard C++ libraries.

    I have an extremely old compiler (I still have to use iostream.h), and would like to be able to port to different platforms.

    Thanks in advance.

    Cheers!

  2. #2
    Registered User
    Join Date
    Jun 2002
    Posts
    230
    why dont you download bloodshed devc++ its a free updated compiler. there website is bloodshed.com if im not mistaked
    C++ Rules!!!!
    ------------
    Microsoft Visual Studio .NET Enterprise

  3. #3
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Originally posted by gamer4life687
    why dont you download bloodshed devc++ its a free updated compiler. there website is bloodshed.com if im not mistaked
    Its www.bloodshed.net

  4. #4
    Registered User
    Join Date
    Aug 2001
    Posts
    244
    www.cplusplus.com has a good reference to standard libraries, excluding the STL.

  5. #5
    Registered User
    Join Date
    Nov 2002
    Posts
    1,109
    or you could update your current compiler...i.e. mingw, borland, etc.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Writing your own C++ Standard Library implementation...
    By SlyMaelstrom in forum A Brief History of Cprogramming.com
    Replies: 20
    Last Post: 10-02-2006, 07:54 PM
  2. Standard Library file io under windows
    By willkoh in forum Windows Programming
    Replies: 1
    Last Post: 09-24-2005, 09:02 AM
  3. Standard C library Question
    By invisibleghost in forum C++ Programming
    Replies: 3
    Last Post: 10-24-2004, 01:40 PM
  4. Replies: 3
    Last Post: 09-04-2002, 09:01 PM
  5. C Standard Library
    By JoshG in forum C Programming
    Replies: 2
    Last Post: 07-17-2002, 09:09 AM