/cPlusPlus_Driver

Custom C++ libraries to showcase dynamic memory allocation using circular linked lists.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

cPlusPlus_Driver

Custom C++ libraries to showcase dynamic memory allocation using circular linked lists.

This code demonstrates dynamic memory allocation in C++ using circular linked lists. I wrote some of this code back in Computer Science 2 class and have since revisited it to better understand C++ and computer memory usage of programs during runtime.

This code is a work in progress. Some methods have not yet been fuzz tested.


Dependencies


👁‍🗨 Special Thanks To:

Thank you for teaching C++ with a focus on memory management!
- Doug Jones - Computer Science 2
- The Cherno - youtube[.]com/@TheCherno
- Low Level Learning - youtube[.]com/@LowLevelLearning