Thread: Libraries question

  1. #1
    Registered User
    Join Date
    Nov 2005
    Posts
    25

    Libraries question

    Hi Guys,

    I'm working on Dev C++ and I know this program has slightly different libraries to Borland C++, which I have been working on. Does anyone know of a website they can point me in showing what the Dev C++ are in replacement of the Borland C++ ones?

    Thanks

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    There is in general no "universal" drop in replacement for one set of compiler specific libraries for another compiler specific set of libraries (see the FAQ on 'missing header files').

    Once you step out past the standard C++ library, you're on your own as to how you achieve portability from one compiler to another.

    If on the other hand you have a specific library in mind, then mentioning it might offer up some specific suggestions.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Building with libraries
    By Opel_Corsa in forum C++ Programming
    Replies: 5
    Last Post: 01-22-2007, 10:50 PM
  2. Question: .swf libraries?
    By spanz in forum C Programming
    Replies: 3
    Last Post: 12-09-2006, 01:13 PM
  3. Question about allegro and other graphics libraries....
    By o0obruceleeo0o in forum Game Programming
    Replies: 2
    Last Post: 06-11-2003, 11:02 PM
  4. Self regiserting DLLs question and libraries question.
    By ApocalypticTime in forum Windows Programming
    Replies: 2
    Last Post: 03-22-2003, 02:02 PM
  5. opengl DC question
    By SAMSAM in forum Game Programming
    Replies: 6
    Last Post: 02-26-2003, 09:22 PM