Symbol could not be resolved - MinGW + STL [message #790534] |
Sat, 04 February 2012 06:59  |
Eclipse User |
|
|
|
I set up Eclipse on my Windows 7 32-bit computer and installed MinGW as well.
When I create a new project and add the appropriate include paths, I can use everything from the standard library and it compiles smoothly.
The thing that bothers me is that Eclipse keeps underlining every symbol I use from the standard library, saying: "Symbol <symbol-i-used> could not be resolved".
For example:
#include <iostream>
using namespace std;
int main(int argc, char* argv[]) {
cout << "Hello, World!" << endl; // Symbol 'cout' could not be resolved
return 0;
}
If somebody would have a solution for this, I'd be very grateful, because what do you use an IDE for? Exactly, to make coding easier (like autocomplete features).
[Updated on: Sat, 04 February 2012 07:02] by Moderator
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.06290 seconds