I am using Code Composer Studio 5 and its C++ compiler. Getting this guy doing a lot.
I want to use a buffer only briefly and then return it to the heap. This buffer will probably not be good for the stack.
Does the free() command work for arrays or even objects? Will heap fragment?
thanks,