Skip to content

Commit

Permalink
Update 06.Basic_Concepts_IV.pdf and README.md
Browse files Browse the repository at this point in the history
Fixes #111
  • Loading branch information
federico-busato committed Nov 11, 2024
1 parent bf64feb commit 2bb5f82
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified 06.Basic_Concepts_IV.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down

0 comments on commit 2bb5f82

Please sign in to comment.