C: Set Up

Set-up for C program

Set-Up

Set-up a working structure as following example:

Set make file to assist in the compilation. The given make file in the repo will direct all the inputs, i.e. the code files, library code files, test usage files, and the output resultant (i.e. the object files and executable file(s)), etc, to specific locations for manageability.

Set scripts to semi-automate the compilation and execution. The scripts will call upon the make file without the need to remember the command syntax to do the compilation, environment cleaning, and running.

Github code for the tutorial: Chapter_01_Set-up

Next: `Trace and Debug`

Operational Ready In C

1. Set Up
2. Trace and Debug
3. Bits and Bytes
4. Memory
5. Addresses
6. Pointers
7. Bytes and Buffers

--

--

Mi'kail Eli'yah
Mi'kail Eli'yah

No responses yet