Memory Management in C++ by Patrice Roy (opens in new tab)
Memory management is one of those topics that every C++ developer has to deal with, yet very few of us take the time to study it systematically. Memory Management in C++ by Patrice Roy is a book that finally gives this fundamental topic the deep and up-to-date treatment it deserves. It covers everything from the basics of how objects live in memory to modern techniques introduced as recently as C++26. What impressed me right away is how current the book is. It discusses erroneous behaviour, w...
Read the original article