I recently decided to download eclipse photon for C++ development. I have never written a C++ or C program before. I started a new project and they have a pre-built hello world program that I went with just to check it out.
I noticed in the Project Explorer that there is the main src folder but there is also a folder called Debug and inside it is another src folder which includes: makefile, objects.mk and sources.mk.
On top of that there is a Binaries folder (or file?) not really sure what any of this stuff is. I read a few things about the makefile essentially its so others can easily compile your code, correct? However, the rest of these files: objects.mk, sources.mk and the binaries file (folder?) what are these for?