Συντονιστής: the_eye
Trolen έγραψε:ερωτηση στο Ubuntu που τις τρεχετε τις ασκησεις ?
g++ file.cpp
./a.out
linuxs έγραψε:
(if errors == zero)
stefanos90 έγραψε:linuxs έγραψε:
(if errors == zero)
else sudo apt-get install geany
#include <iostream>
#include <string>
using namespace std;
int main(){
string x;
cout << "Dose tin lexi: ";
cin >> x;
for(int i=x.length(); i>=0; i--){
cout << x[i];
}
cout << endl;
system("pause") //proeretiko
return 0;}
stefanos90 έγραψε:ειναι ενας compiler με γραφικο περιβαλον χρωματίζει εντολες, κανει compile με ενα κουμπακι και τετοια...
[code]
g++ myprog.C -o myprog[/code]
simosx έγραψε:5. NetBeans. Είναι σαν το Eclipse, με υποστήριξη και για C/C++. Νομίζω ότι είναι κλειστό λογισμικό, και το επισκιάζει το Eclipse.