Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: lim_lim on August 27, 2010, 03:59:33 am

Title: compiling multiple source code files
Post by: lim_lim on August 27, 2010, 03:59:33 am
hi,

i am a basic user of c, and have recently been learning how to use routines from numerical recipes (2nd edition). can someone pls tell me how to compile more than 1 .c file using code blocks? this is because, typically, multiple routines have to be called from NR and executed together.

thanks in advance.
Title: Re: compiling multiple source code files
Post by: stahta01 on August 27, 2010, 05:16:25 am
I can not see a way to directly help you myself.

Here is a link to the CB Manual.

http://www.codeblocks.org/user-manual

I also suggest reading the Wiki FAQ
http://wiki.codeblocks.org/index.php?title=FAQ

Tim S.
Title: Re: compiling multiple source code files
Post by: oBFusCATed on August 27, 2010, 09:24:26 am
You need a project if you want to compile multiple files.