Computer Science & C Programming


Bash / Shell

gcc compiler

gcc transform C programs into executables (for a target architecture, eg. AMD, ARM, 32/64bits, ...). The parameters for the tool are described with gcc --help and some interesting ones are:

At this point, the remaining step is to learn the C syntax (and semantic).