Update 06.Basic_Concepts_IV.pdf and README.md

Fixes #111
This commit is contained in:
Federico 2024-11-10 22:17:36 -08:00
parent bf64feb893
commit 2bb5f82e0a
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -123,7 +123,7 @@ This *open-access* course is directed at those who are already familiar with C a
**[6. Basic Concepts IV - Memory Concepts](06.Basic_Concepts_IV.pdf)**
* **Pointers**: Pointer operations, Address-of operator `&`
* **Pointers**: Pointer operations, Address-of operator `&`, `struct` member access, `void` pointer, Pointer conversion, Pointer arithmetic, Wild and dangling pointers
* **Heap and Stack**: Stack memory, `new`, `delete`, Non-allocating placement allocation, Non-throwing allocation, Memory leak
* **Initialization**: Variable initialization, Uniform initialization, Array initialization, Structure initialization, Structure Binding, Dynamic memory initialization
* **References**