I have been using Codeblocks, but I think I need to better understand what the "project" concept is all about.
My original assumption was that it was a group of source, header and object files that pertained to a particular project.
I'm discovering, however, that the IDE doesn't like more than ONE object file in a directory. The first one compiled is the perminent default, not to mention compiler complaints when I attempt to compile a second file. Even if I select the file every way possible, the co-existance doen't seem possible.
How do I collect a bunch of small unrelated source and object files in an IDE directory, such that I can compile, run, and debug them independently?
Does the 'project" only alow one executable and the rest must be header files? :confused: