Learning advance data handling

Started by
0 comments, last by 3dmodelerguy 15 years, 11 months ago
I was wondering if anyone has any good suggestions on reading for advance data handling? My ultimate goal is to build a custom scripting language but a big part of that(among many others) is to have a solid garbage collection system so there are no memory leaks when variable are not unset by the script.
Advertisement
Would looking into smart pointers be the first step?

This topic is closed to new replies.

Advertisement