Module 4 Lesson 1 Memory Management

Hi Guys. Good Lesson. In the old and early days of “C” and “C++” we used referential operators to address variables and variable locations in memory. It was a mess! It was difficult for me. Thank God we don’t have to do that now.

Could there ever be a time when we would have to address a memory location directly and manage it manually? I know that doing so can create some very dodgy results including system wide problems if not handled properly.