User Tools

Site Tools


fr:start

This is an old revision of the document!


Ce wiki est en construction. Du nouveau contenu sera ajouté régulièrement.

void Example1()    
{    
 
    // On déclare un tableau de taille indéfinie qui peut contenir un type entier signé (int)
    Array<int> _Array;
 
    // On insère les elements suivants en fin du tableau avec Push()
    _Array.Push(2);
    _Array.Push(3);
    _Array.Push(8);
 
    // Le contenu de ce tableau est maintenant [2, 3, 8]
 
}
fr/start.1681201882.txt.gz · Last modified: 2023/04/11 10:31 by oldsnake

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki