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?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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_
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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?
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_