Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Description Resource Path Location Type fatal error: io.stream: No such file or directory greetings.
Description Resource Path Location Type fatal error: io.stream: No such file or directory greetings. [message #1738166] Sat, 16 July 2016 19:14
Kechi We is currently offline Kechi WeFriend
Messages: 1
Registered: July 2016
Junior Member
Hello, I am C++ beginner, I previously used eclipse for java, deleted and reinstalled for C++, but cannot get it to work.
I am getting these errors
Here is my code:
/*
greetings.cpp
Jul 16, 2016
Weisenheimer
*/
#include <iostream>
using namespace std;
int main()
{
cout <<"Hello"<< endl;
return 0;
}
ERRORS:
Description Resource Path Location Type
fatal error: io.stream: No such file or directory greetings.cpp /Greetings line 6 C/C++ Problem

Symbol 'cout' could not be resolved greetings.cpp /Greetings line 10 Semantic Error

Symbol 'std' could not be resolved greetings.cpp /Greetings line 7 Semantic Error

I'd really appreciate help with getting this setup and working.
Thanks


Previous Topic:STlink-v2 - debug interface was not found (ft2232) - with Ubuntu and Openocd
Next Topic:Problem with indexer in NEON?
Goto Forum:
  


Current Time: Fri Apr 26 20:08:38 GMT 2024

Powered by FUDForum. Page generated in 0.02231 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top