<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Hi,</div>

<div> </div>

<div>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?</div>

<div> </div>

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

<div> </div>

<div> </div>

<div>Grüsse</div>

<div>rs</div>
</div></div></body></html>