Skip to content

Commit

Permalink
Advanced Data Structures and Memory Management (#9)
Browse files Browse the repository at this point in the history
* Numerical Representations

* Primitive Data Types

* Cousins to Sheep

* Three to Eight for Byte

* Advanced Data Types (Including Namespaces)

* Correction to Char Size for 64 bit systems

* Completing Uniformity Changes and More

* Memory Management (Finally)!

* Fixing some things

* Changes in response to requests

* Changes to Typos and Misinformation
  • Loading branch information
nguy8tri authored Dec 28, 2022
1 parent ca9c6f7 commit d312e63
Show file tree
Hide file tree
Showing 10 changed files with 1,231 additions and 12 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ Also (hopefully) a nice read for new [Husky Satellite Lab](https://huskysat.org/
---
## Table of Contents

- [Representing Numbers](notes/numerical-representations.md)
- [Numerical Representation](notes/numerical-representations.md)
- [Primitive Data Types](notes/primitive-data-types.md)
- [Advanced Data Types](notes/advanced-data-types.md)
- [Pointers](notes/pointer-basics.md)
- Smart pointers:
- [Part 1: `unique_ptr`](notes/smart-pointers-1.md)
- [Part 2: `shared_ptr`](notes/smart-pointers-2.md)

- [Memory and Management](notes/memory-and-management.md)
Binary file added images/filled-small-memory.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/small-memory-layout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/stack-code.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/stack-frame.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/stack-no-copy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/stack-simplification.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d312e63

Please sign in to comment.