Hello,
I've been messing around with devKitARM for a few months now and have been enjoying it immensely. However I'm a hobbyist programmer and self taught, and as such don't really understand all of the fundamentals of c++ programming. One of the areas I'm very weak in is memory management, which seems like a pretty important skill for programming on an embedded system like the DS. I was wondering if anybody has any suggestions to good books or websites that cover this topic? I need all the help I can get.
memory management for a noob
Re: memory management for a noob
The problem with this question is that "Memory Management" is a very broad term. It could refer to how RAM is physically allocated (static arrays vs malloc/new, or even allocating from areans), or how objects are assigned to each other. (Always Deep Copy, Reference Counting, or Garbage Collection).
-
- Posts: 22
- Joined: Tue Aug 07, 2012 8:57 pm
Re: memory management for a noob
You're right, and I suppose I meant it in a broad sense. I've been doing some research since creating this thread, and the consensus seems to be that hands on experience is how most professional programmers learn memory management techniques. I have found some good books on the subject on my own, enough to keep me busy for the next year or so.
-
- Posts: 1
- Joined: Tue Oct 07, 2014 8:00 am
Re: memory management for a noob
I think "the Garbage Collection Page " by Richard Jones is best for you, this book provides a well knowledge about the memory management.
Who is online
Users browsing this forum: No registered users and 1 guest