Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Multiple Errors(Please help me with the multiple errors I am receiving. )
icon4.gif  Multiple Errors [message #1742226] Wed, 31 August 2016 22:11
Alec Ryncavage is currently offline Alec RyncavageFriend
Messages: 2
Registered: August 2016
Junior Member
I am a new C++ developer. I have all the necessary requirements for the IDE to work and Eclipse has been working up until yesterday.

I was working under a project named "Chapter 1", then I had a source folder named "Sources", and inside that I had a source fill named "main.cpp". All was held within the "C Projects folder" I created in my documents. I also had this same destination set as my default workspace. Had no problems with this project.

I decided to start a new project titled, "Chapter 2". I put it in the same location and set it up the same way. However, when I typed the exact same code:

#include <iostream>
#include <iomanip>

int main ()
{

	std::cout << "test!";

    return 0;
}


It would create a ton of errors. The errors are as follow:

index.php/fa/26946/0/

Now contrary to the first project, std:cout will not work in this project file but works in my initial file.

Please help thank you!
  • Attachment: Capture.JPG
    (Size: 27.72KB, Downloaded 268 times)

[Updated on: Thu, 01 September 2016 21:54]

Report message to a moderator

Previous Topic:news.eclipse.org is shutting down.
Next Topic:How can I force parallel build to all the project by default programmatically ?
Goto Forum:
  


Current Time: Wed Apr 24 17:35:51 GMT 2024

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

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

Back to the top