Menu

libraries

2002-10-13
2012-09-26
  • Nobody/Anonymous

    how can i use other libraries? i know i can use stdlib.h and iostream.h, but how can i include other libraries (not already on dev-c++) so that i can use the functions/commands in my program?

     
    • Nobody/Anonymous

      One way ...?

      Create the places ( folder ( s ) ), with the libraries in them.
      In devC++, compiler options set the paths to find the libraries.
      As: C:\MinGW\ mylibraries1\include' and so on...

      !!! You will need to make sure you have all the paths, to all areas of each  library : If not, problems !.
      Take notes of the paths in the compiler options in DevC++.

      j@ck_

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.