News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

compiling multiple source code files

Started by lim_lim, August 27, 2010, 03:59:33 AM

Previous topic - Next topic

lim_lim

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.

stahta01

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++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

oBFusCATed

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!]