Hi,
Java has been my choice programming language for many, many years now, and I want to start doing C++. I've written in C++ before, but that was a while back. I'm treating myself as a beginner at the moment.
I use Eclipse to write Java, and I recently updated my Eclipse to write C++. Eclipse lists out Standard Make C++ project and Managed Make C++ project. What's the difference?
Also, when writting in java, especially in eclipse, you have a project folder, a source folder, a package and then the class files. Is there a similar setup I can follow with C++?
Cheers