[Tiptoi] binaries im Weltatlas

Ramin Sadre RSadre at gmx.de
So Jan 10 21:24:54 CET 2021


[*** Sorry, hier nochmal ohne HTML ***]

Hi,
 
ich habe mal aus Spass (noch nie mit ARM gearbeitet) in die Binaries des Weltatlas geschaut. Leider habe ich das Buch nicht. Für die, die den Weltatlas kennen: würde eine solche Funktion in irgendeinem Kontext Sinn ergeben?
 

void getFiveQuestions() {
  QuestionData *qd = questionDataPtr;
  qd->activeQuestions = 0;
  int r = qd->totalNumberOfQuestions % 30;
  for(int=i-0;i<5;i++) {
     int bm = 1 << r;
     if ((qd->activeQuestions & bm) == 0) {
        qd->activeQuestions |= bm;
        debugprintf("get five question:%d.", r);
        UnknownFunction(r);
     }
     r = getRandomInt(29);
  }
  qd->activeQuestions2 = qd->activeQuestions;
}
 
 
Grüsse
rs






Mehr Informationen über die Mailingliste tiptoi