Programmation

From Essential
Jump to navigation Jump to search

Comment rendre un programme executable?

gcc -o prog_name file.c

<cd Desktop //enter pour etre sur le Desktop> <ls -lrt // Pour listé le nom des programmes (liste river time)> <gcc -o Timer Timer.c // Pour rentre un programme executable>