Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

???

Name: Anonymous 2010-03-11 17:50

What is the difference between building a c file and compiling it?

Name: Anonymous 2010-03-11 17:52

You don't build a C file, you compile it.
You build a project(makefile) which lists the source code files and dependencies and how to call the compiler and in what order so you can build the final executable(s).

Name: >>2 2010-03-11 17:53

C compilers traditionally compile to object files individually and then they are linked into one executable/module (or more). Of course in single-file projects, the compiler can link the executable for you as well, but it's not required.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List