Can't compile C++ inside eclipse [message #1456854] |
Thu, 30 October 2014 20:02 |
carl johnsons Messages: 2 Registered: October 2014 |
Junior Member |
|
|
I'm trying to compile a simple "Hello World!" That I made in C++
//============================================================================
// Name : C++.cpp
// Version :
// Copyright : All rights reserved.
// Description : Hello World in C++, Ansi-style
//============================================================================
#include <iostream>
using namespace std;
int main() {
cout << "!!!Hello World!!!" << endl; // prints !!!Hello World!!!
return 0;
}
but I always get: Unresolved inclusion on #include Symbol 'std' could not be resolved Symbol 'cout' could not be resolved Symbol 'endl' could not be resolved
I installing everything it needed (Cygwin64 make, gdb and gcc) What am I missing?
[Updated on: Thu, 06 August 2020 17:48] Report message to a moderator
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04180 seconds