Συντονιστής: konnn

elefher έγραψε:ναι απλος τωρα μπορειτε να με βοηθεισεται στο να ρυθμησω το nano?




#include<iostream>
using namespace std;
void main()
{
cout<<"hello world";
}
#include<iostream>
using namespace std;
int main()
{
cout<<"hello world";
return 0;
}
echo $?
Description Resource Path Location Type
make: *** [helloworld] Error 1 helloworld line 0 C/C++ Problem
undefined reference to `main' helloworld line 109, external location: /build/buildd/eglibc-2.10.1/sysdeps/x86_64/elf/start.S C/C++ Problem

