I think I\'ve got a good grasp on how to handle memory in C++ but doing it in C is different I\'m a bit off.
In C++ I\'ve got constructors and destructors, I\'ve got the
While writing this I've realized this is more a question about me understanding the flow of C than anything else, but one question at a time.
I honestly think you should read up on K&R if you haven't.