François Piette wrote:
> The final code looks like this:
> 
> 
> 
> var
>   OneBit : Boolean;
> begin
>   for OneBit in TBitIterator.Create(1234) do
>     Write(Ord(OneBit));
> end;
> 
> 
> 
> You can read the article at
> http://francois-piette.blogspot.be/2013/01/original-method-to-iterate-bits-w
> ithin.html

Wirth was right: "Software is getting slower more rapidly than hardware becomes 
faster." ;)

-- 
Arno
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to