I am new to c++ but have some programming experience with R and Matlab. My OS is Win 7.
I downloaded " Eclipse IDE for C/C++ Developers " from Eclipse website and tried to run a simple program, but the compiler doesn't even know "cout", the simplest c++ command.
I do see some answers on the website, but it is still a little hard for me to follow.
Eclipse CDT: Symbol 'cout' could not be resolved
First of all, should I install "Eclipse Standard 4.3" ( the so called platform?) or " Eclipse IDE for C/C++ Developers " ? Most of the documents I found on the web use the platform rather than C++ IDE.
Could someone recommend a step to step guide (guide for "idiot" like me ) for programming c++ with eclipse?
Thank you very much!