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:

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.
C'est justement cette phrase:

and in contrast to objects whose storage is dynamically allocated.
que je veux qu'on m'explique

Merci