Working With Other Libraries

Requirements: Linux Distribution (obviously) A text editor : Vim, Emacs, gedit, kate, atom A Compiler : gcc or clang A Shell: bash, xterm, sh Extras: Mercurial 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 For this example i am gonna teach you […]

The C Standards

Requirements: Some memory 😉 Intro: The C Programming language is a very simple, yet very complex language/ There is a standard documentation that should be referenced because it teaches good programming practice, plus , it is the documentation for every function in the C Library. Today I will be going over some of it. I […]