Conditional Statements and Loops

Requirements Linux Distribution (obviously) A text editor : Vim, Emacs, gedit, kate, atom A Compiler : gcc or clang A Shell: bash, xterm, sh, My setup for this tutorial: Debian GNU/Linux 9.4 Atom (Text editor) gcc version 6.3.0-18+deb9u1 (Debian’s Release version for Debian 9.1) bash Conditional statements are a way for the program to branch […]

Variables, Functions and Pointers

Requirements: Linux Distribution (obviously) A text editor : Vim, Emacs, gedit, kate, atom A Compiler : gcc or clang A Shell: bash, xterm, sh My setup for this tutorial: Debian GNU/Linux 9.4 Atom (Text editor) gcc version 6.3.0-18+deb9u1 (Debian’s Release version for Debian 9.1) bash   In this tutorial, i will be going over Variables, […]

An Introduction to C with Linux

Requirements: Linux Distribution (obviously) A text editor : Vim, Emacs, gedit, kate, atom A Compiler : gcc or clang A Shell: bash, xterm, sh My setup for this tutorial: Debian GNU/Linux 9.4 Atom (Text editor) gcc version 6.3.0-18+deb9u1 (Debian’s Release version for Debian 9.1) bash Preface: First I would like to say, this tutorial series […]