This is an old revision of the document!
TP 04 - Systems de fichiers
Objectifs
Le but de ce TP est d'apprendre à utiliser
Bibliographie
Understanding ownership
en,
fr-
Using Box<T> to Point to Data on the Heap
en,
fr
-
-
Sujets
Écrivez un programme qui alloue dynamiquement un String à l'aide de Box. Lisez un texte au clavier et ajoutez-le aux String allouée. Imprimez le String.