Programmation: Difference between revisions

From Essential
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
== Programmation ==
== Comment rendre un programme executable? ==
Comment rendre un programme executable ?


gcc -o prog_name file.c files_*.c -lm
<pre>gcc -o prog_name file.c</pre>

Revision as of 23:21, 9 January 2011

Comment rendre un programme executable?

gcc -o prog_name file.c