I have installed Codelite on my Linux Machine. g++ compiler is also properly installed. But is giving me the error /usr/lib/codelite/codelite_exec: 22: /usr/lib/codelite/codelite_exec: ./inheritance_: not found
It is my simplest code:
#include <iostream>
using namespace std;
int main(){
cout << "Hello World" << endl;
return 0;
}
Aucun commentaire:
Enregistrer un commentaire