Heap allocation of local variables
In a few occasions I have seen functions that allocate certain local variables on the heap instead of using variables with automatic storage. In this post I explain what you should do with those variables.
 
			
			In a few occasions I have seen functions that allocate certain local variables on the heap instead of using variables with automatic storage. In this post I explain what you should do with those variables.
 
		So this is it. I installed a blogging software and this is the first post. I have been thinking of starting a blog for some time now, but I never […]