[SPCA] Restructure, intro to C continued

This commit is contained in:
2026-01-05 16:48:36 +01:00
parent 4a02e20218
commit 433111833c
16 changed files with 154 additions and 9 deletions

View File

@@ -13,3 +13,5 @@ This of course leads to \texttt{C} performing excellently and there are many pro
but instead optimized \texttt{C} code that is then compiled into machine code using a \texttt{C} compiler.
This has a number of benefits, most notably that \texttt{C} compilers can produce very efficient assembly,
as lots of effort is put into the \texttt{C} compilers by the hardware manufacturers.
There are many great \lC\ tutorials out there, a simple one (as for many other languages too) can be found \hlhref{https://www.w3schools.com/c/index.php}{here}