Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Question for the C++ gurus
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00368531
Message ID:
00369023
Vues:
18
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform