By dotCore
via happybearsoftware.com
Submitted: Dec 30 2012 / 02:36
One of the biggest stumbling blocks on moving to C from a high-level scripting language comes when you realize you need to know how big an array needs to be before you use it. In this article I'm going to go through a quick implementation of a dynamically sized array in C.
Add your comment