Author Topic: compiling multiple source code files  (Read 15322 times)

lim_lim

  • Guest
compiling multiple source code files
« 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.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: compiling multiple source code files
« Reply #1 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.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: compiling multiple source code files
« Reply #2 on: August 27, 2010, 09:24:26 am »
You need a project if you want to compile multiple files.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]