I've just downloaded Eclipse for C/C++ developers and I'm encountering issues with certain phrases and inclusions. Specifically, I can't perform cout
or cin
, and the lines #include iostream
and using namespace std
are errors according to the program.
Others have encountered these errors as well, and I understand that I'm missing some files dealing with the toolchain(?) I'm using. This is all very new to me and I don't know where to get the files I need to let the program work properly.
If anyone could direct me toward what I need or possibly explain what is going on I would greatly appreciate it. Again, I am running this under Windows 7 64-bit.