Next:
6 Scope
Up:
5 Storage class
Previous:
5.2 static
5
.
3
dynamic
In C/C++, variables cannot be dynamically allocated (from the heap). Objects or structures can be dynamically allocated.
Copyright © 2006-09-25 by Tak Auyeung