Getting Started [message #997966] |
Tue, 08 January 2013 23:53  |
Eclipse User |
|
|
|
Hi I am new to using C++ in Eclipse.. I installed the CDT release in Eclipse..
I opened the Helloworld applicaition
//============================================================================
// Name : Hellow.cpp
// Author :
// Version :
// Copyright : Your copyright notice
// Description : Hello World in C++, Ansi-style
//============================================================================
#include <iostream>
using namespace std;
int main() {
cout << "!!!Hello World!!!" << endl; // prints !!!Hello World!!!
return 0;
}
I have installed the Mingw-get with the latest updates. I am getting the following errors
Description Resource Path Location Type
Symbol 'std' could not be resolved Hellow.cpp /Hellow/src line 10 Semantic Error
Symbol 'cout' could not be resolved Hellow.cpp /Hellow/src line 13 Semantic Error
Symbol 'endl' could not be resolved Hellow.cpp /Hellow/src line 13 Semantic Error
Program "gcc" not found in PATH Hellow [Discovery Options] page in project properties C/C++ Problem
Program "g++" not found in PATH Hellow [Discovery Options] page in project properties C/C++ Problem
CAN ANY ONE POST ANY USEFUL LINK WITH INSTRUCTIONS TO COMPILE AND RUN THE BASIC PROJECT.. I ALSO DO NOT KNOW HOW TO CREATE A MAKE FILE
|
|
|
|
Powered by
FUDForum. Page generated in 0.02967 seconds