User profile: northmoose

User info
User name:northmoose
History
Joined:
Number of posts:6
Latest posts:

Using assert after allocating dynamic memory
Thanks!

Using assert after allocating dynamic memory
When allocating dynamic memory I have learned that it is important to delete the memory allocation b...

Function to change content in 2 dimensional array
oh, I had been struggling with this for hours but totally missed that I was using " instead of '. Th...

For loops
Try 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 array
Hi, I'm learning C++ on my own by reading different tutorials on the web. I'm trying to create a sim...