Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 7th, 2012  |  syntax: C++  |  size: 0.56 KB  |  hits: 22  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. if (!graphes[i]->trouveEA(exploitations[j])->trouveIlot(exploitations[j]->listeIlot()[k])->trouveParcelle(exploitations[j]->listeIlot()[k]->liste_parcelle()[l], it_p)){
  2.                                 qDebug() << "supprime parcelle :" << exploitations[j]->listeIlot()[k]->liste_parcelle()[l]->code(2007);
  3.                                 exploitations[j]->listeIlot()[k]->liste_parcelle().removeAt(l);
  4.                                 qDebug() << "parcelle supprimé ?" << exploitations[j]->listeIlot()[k]->liste_parcelle()[l]->code(2007);
  5.                             }