Hey, I was wondering if anyone who has experience with C could recommend a "good" memory management tutorial?
I have found a few, but since I am still learning and don't have a book to refer to, I cannot tell if the tutorial is accurate and up-to-date.
Oh, and I changed my avatar? Any opinions? Good or bad?
C: Memory Management Tutorial
Moderator: General Moderators
and there's always the STL having advantages and drawbacks of its own... http://www.sgi.com/tech/stl/ and many more at http://www.google.de/search?&q=stl
another widely used library is glib (not the same as glibc)
And there are libraries that will help you to find faulty memory access such as efence
But when it comes to tutorials on this topic ...sorry, no idea
another widely used library is glib (not the same as glibc)
And there are libraries that will help you to find faulty memory access such as efence
But when it comes to tutorials on this topic ...sorry, no idea
- scorphus
- Forum Regular
- Posts: 589
- Joined: Fri May 09, 2003 11:53 pm
- Location: Belo Horizonte, Brazil
- Contact:
Take a look to the three-part article C++ Memory Management: From Fear to Triumph Part 1, Part 2, Part 3, listed in http://linux.oreillynet.com/topics/linux/programming.
Cheers,
Scorphus.
Cheers,
Scorphus.