Programmation: Difference between revisions

From Essential
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
== Programmation ==
== Programmation ==
Comment rendre un programme executable ?
Comment rendre un programme executable ?
gcc -o prog_name file.c files_*.c -lm

Revision as of 23:17, 9 January 2011

Programmation

Comment rendre un programme executable ?

gcc -o prog_name file.c files_*.c -lm