Hi,
I am learning how to use Code::Blocks and I've read tutorials, but I didn't found how to compile many source codes. It shows how to compile just one "main.c". I have an algorithm which has 4 files.c and they are called by the "main", which has another name, not main.
Do I have to put this name "main.c" in order to compile or can I work with its original name? Or do I have to change the calls that other files do, when they process and return the values to the main file?
All the files.c have to be in Source in the project?
Thank you in advance.