[SPCA] Start setup

This commit is contained in:
2026-01-04 10:00:05 +01:00
parent 8958cb5608
commit 46083b9782
5 changed files with 14 additions and 3 deletions

View File

@@ -1,5 +1,3 @@
\newsection
\section{Introduction to C}
I can clearly C why you'd want to use C. Already sorry in advance for all the bad C jokes that are going to be part of this section
\texttt{C} is a compiled, low-level programming language, lacking many features modern high-level programming languages offer, like Object Oriented programming, true Functional Programming, Garbage Collection, complex abstract datatypes and vectors, just to name a few. (It is possible to replicate these, more on this later).

View File

View File

Binary file not shown.

View File

@@ -54,7 +54,20 @@
% │ Content │
% ╰────────────────────────────────────────────────╯
% ── Intro to C ──────────────────────────────────────────────────────
\input{parts/intro-to-c/start.tex}
\newsection
\section{The C Programming Language}
\input{parts/00_c/00_intro.tex}
% ── Intro to x86 asm ────────────────────────────────────────────────
\newsection
\section{x86 Assembly}
\input{parts/01_asm/00_intro.tex}
% ── Hardware recap ──────────────────────────────────────────────────
\newsection
\section{Hardware}
\input{parts/02_hw/00_intro.tex}
\end{document}