Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Question for the C++ gurus
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00368531
Message ID:
00369023
Views:
19
The stack is a region of memory in which you can store data such as function call addresses, parameters, and variables.

The heap is a portion of memory reserved for an application to use for the temporary storage of data structures whose existence or size cannot be determined until the application is running. For example linked lists, binary tree's etc.
Previous
Reply
Map
View

Click here to load this message in the networking platform