Working with Multiple Source Files

Requirements: 1. Linux Distribution (obviously) 2. A text editor : Vim, Emacs, gedit, kate, atom 3. A Compiler : gcc or clang 4. A Shell: bash, xterm, sh, My setup for this tutorial: 1. Debian GNU/Linux 9.4 2. gedit (Text editor) 3. gcc version 6.3.0-18+deb9u1 (Debian’s Release version for Debian 9.1) 4. bash Hello all, […]