Using assert after allocating dynamic memoryThanks!
Using assert after allocating dynamic memoryWhen allocating dynamic memory I have learned that it is important to delete the memory allocation b...
Function to change content in 2 dimensional arrayoh, I had been struggling with this for hours but totally missed that I was using " instead of '. Th...
For loopsTry writing down the algorithm in words first, and do it as simple as possible to start with. For ex...
Function to change content in 2 dimensional arrayHi, I'm learning C++ on my own by reading different tutorials on the web. I'm trying to create a sim...