Contiguous Memory in C++ (2D to 1D mapping)
Channel:
Subscribers:
2,650
Published on ● Video Link: https://www.youtube.com/watch?v=fzMx-3jc6nY
Today we continued with a little bit more C-style C++ (ugh) but at least making it a little bit more pretty and encapsulating the memory allocation and deallocation in a class constructor and destructor. This is called RAII, named after RAII Ayanami from Evangelion.