tom ehlert wrote:
Hello Arkady,


+      wasfree = 0;
+      if (cluster == FREE)
+        wasfree = 1;


wasfree = cluster == FREE;


well - we know that gifted russian programmers can read this cryptic
stuff fluently.

mortal programmers like me prefer a more readable style.

tom

"wasfree = (cluster == FREE);" ? (That's how I'd prolly have written it myself, and I'm not really much of a programmer)


-uso.



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Freedos-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to