Comment ajouter des éléments une list STL?

Comment ajouter des éléments une list STL? - Algo - Programmation

Marsh Posté le 17-10-2015 à 22:25:33    

Voici mon code:  
if (m_talon.size() > 1)
       {
  m_talon.push_front(m_talon.pop_front());
       }
Je ne peux pas ajouter les éléments retirés...comment fait-on pour enfiler dans ce cas?
 
Merci bcp!!!

Reply

Marsh Posté le 17-10-2015 à 22:25:33   

Reply

Marsh Posté le 18-10-2015 à 15:12:13    

void pop_front();
 
A+,


---------------
There's more than what can be linked! --    Iyashikei Anime Forever!    --  AngularJS c'est un framework d'engulé!  --
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed