Your codelite version 14.0
Your OS : ubuntu 20.04
Compiler version : GCC
I guess the answer is easy but i didn't find the response.
I have found a project on the net, it uses some libraries that i don't have.
The libraries are :
#include <iostream>
#include <fstream>
#include <process.h>
#include <string>
#include <stdlib>
#include <stdio>
#include <cctype>
#include <conio>
#include <dos>
In bold, the libraries that i don't have.
FIrst question, when i search a library on wikipedia for example, it gives :
Does it means that the libraries come with the compiler? I believed that the libraires was downloaded when i have downloaded Codelite.Implementations
Given the fact there is no standard on which to base the implementation, the functions declared by process.h differ, depending on the compiler in use. Below is a list of compilers which provide process.h.
DJGPP[3][4]
OpenWatcom,[5][6]
Digital Mars[7][8]
MinGW[9]
Microsoft Visual C++[10]
Borland Turbo C, 2.0 and later[11][12]
Lcc32[13]
QNX Neutrino QCC 6.x[14]
I think that my error is because i use ubuntu but i'm note sure...
So if i have to add the libraries "manually", what is the process to adding the libraries?
Thank you !! (Sorry for my english ^^)