Klazkin / player-zero

1 stars 0 forks source link

Researching memory managment in C++ #17

Closed Klazkin closed 1 month ago

Klazkin commented 8 months ago

On-going issue to track time spent on learning ways to manage memory in C++. This issue was created as a continuation of #15.

The goal

Describe goal of the issue, the condition for "closing".

Time tracking

Time Estimate: 7 hours 0 minutes Time spent: 1 hours 20 minutes

Resources

  1. Godot C++ Example https://github.com/godotengine/godot-cpp/tree/master/test/src
  2. Heap Memory (new/delete/smart pointers) https://www.educative.io/blog/cpp-memory-management
  3. Heap vs Stack https://www.geeksforgeeks.org/stack-vs-heap-memory-allocation/
  4. Pointers https://www.geeksforgeeks.org/cpp-pointers/
  5. References https://www.geeksforgeeks.org/references-in-cpp/
  6. Unique ptrs https://en.cppreference.com/w/cpp/memory/unique_ptr