mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-01-13 02:38:25 +00:00
[SPCA] Restructuring, finish memory management in C, start dynamic memory management section
This commit is contained in:
8
semester3/spca/parts/01_c/01_basics/04_arrays.tex
Normal file
8
semester3/spca/parts/01_c/01_basics/04_arrays.tex
Normal file
@@ -0,0 +1,8 @@
|
||||
\newpage
|
||||
\subsubsection{Arrays}
|
||||
\label{sec:c-arrays}
|
||||
\lC\ compiler does not do any array bound checks! Thus, always check array bounds.
|
||||
Unlike some other programming languages, arrays are \bi{not} dynamic length.
|
||||
|
||||
The below snippet includes already some pointer arithmetic tricks. The variable \texttt{data} is a pointer to the first element of the array.
|
||||
\inputcodewithfilename{c}{code-examples/00_c/00_basics/}{03_arrays.c}
|
||||
Reference in New Issue
Block a user