Bonjour
J'ai une question sur les variables static, plus exactement sur la diff�rence entre l'allocation des variables statiques et l'allocation dynamique. Sur wiki, on a:
C'est justement cette phrase:This is in contrast to the more ephemeral automatic variables (local variables), whose storage is allocated and deallocated on the call stack; and in contrast to objects whose storage is dynamically allocated.
que je veux qu'on m'expliqueand in contrast to objects whose storage is dynamically allocated.
Merci
Partager