Sentinel Memory Tracker is a simple C++ project created to study manual memory management and memory leak detection.
This project was developed for learning purposes, focusing on:
- Manual memory allocation and deallocation
- Pointer usage
- Basic use of STL containers
- Detecting common memory-related errors
The project tracks memory allocations and deallocations during program execution and reports possible memory leaks at the end of the program