Quantcast
Channel: January 2015 - Simplify C++!
Viewing all articles
Browse latest Browse all 9

Heap allocation of local variables

$
0
0

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.

The post Heap allocation of local variables appeared first on Simplify C++!.


Viewing all articles
Browse latest Browse all 9

Trending Articles