En fait, j'oubliais qu'il y avait ca, maintenant (si ton compilateur supporte C++11)
Code :
- struct Voiture
- {
- char nom;
- int vitesse;
- bool presence;
- bool standstill;
- }
- typedef std::array< Voiture, 79> Route;
|
Es-tu sur que tu veux une taille fixe, du coup ? Peut-être qu'un vector te conviendrait mieux ?
Edit : tu feras attention, avec ton "char nom;" ... Tu voudras sans doute avoir plutôt "std::string nom;"
Message édité par theshockwave le 30-04-2014 à 16:18:36
---------------
last.fm