Bastards! 🤬

Relecture_main
Alexis Drai 2 years ago
parent b7167660ac
commit a763526f2b

@ -17,5 +17,14 @@ int main()
character->parler("Hey dude."); character->parler("Hey dude.");
} }
cout << endl;
anime.front()->parler("I'm in the front");
anime.back()->parler("I'm in the back");
Personnage *second = *(next(anime.begin()));
cout << endl;
second->parler("I'm here too");
// that sucked
return 0; return 0;
} }

Loading…
Cancel
Save