Skip to content

Instantly share code, notes, and snippets.

View Ectalite's full-sized avatar
🐛
Somewhere in france

Ectalite

🐛
Somewhere in france
  • France
View GitHub Profile
# The C Language (323 Abridged)
From https://github.com/cs323-epfl/lab-setup/blob/e3ffb45c22bd3907e7d7c79ef3c9991bb67a74ea/c-primer.md to be found again.
## Introduction
This is an abridged C language book (Can we really call it a book when it's in a markdown file?), focusing on aspects of C that can be explained quickly. While the
K&R "The C Programming Language" book is great, it's more than 155 pages for a language with similar syntax to Java for basic things and doesn't
really give tips and tricks on useful techniques that could make your life a lot easier. It's still recommended that you go through the K&R book if you have time since it
goes into much more detail.