
www.Usenet.com
| <-- __Chronological__ --> | <-- __Thread__ --> |
sugaray wrote: > my question is: 1) refer to the comment parts > 2) was it any good, probably for the optimization purpose ? > 3) what kinda logic style would you prefer ? > 4) if asked, how would you write this program in assembly ? Can't answer to the other question, but the answer to (4) is definitely a No. I write only highly time-critical stuff in assembly. Even then, I first code in a high-level language, then I profile, then I look at the code that's /diagnosed/ as time-critical, not that the code that I /thought/ was time-critical. Regards, Jo
| <-- __Chronological__ --> | <-- __Thread__ --> |