SV: [hlcoders] Binary (wtf?) (Updated)

2001-12-15 Thread Daniel Johansson
december 2001 13:31Till: HLCodersÄmne: [hlcoders] Binary (wtf?) (Updated) If I made no sense which probably happened, what I mean is a table that displays the 1 and 0 values for each letter. Like: A == 000110 B == 010010 or whatever it may be. - Lakario - Original

Re: [hlcoders] Binary (wtf?) (Updated)

2001-12-15 Thread Nathan Taylor
sweet, thanks man - Original Message - From: botman Sent: Saturday, December 15, 2001 7:47 AM To: [EMAIL PROTECTED] Subject: Re: [hlcoders] Binary (wtf?) (Updated) If I made no sense which probably happened, what I mean is a table thatdisplays the 1 and 0 values for each letter. Like

Re: [hlcoders] Binary (wtf?) (Updated)

2001-12-15 Thread skyork99
I suggest learning how our base-10 number system works first. Then, it's WAY easy to translate the knowledge to any other base. 23, 17, 94, it's all up to you. IMO it's better to know how something works then to just have code that works and you don't know why, but it does. On Sat, 15 Dec

RE: [hlcoders] Binary (wtf?) (Updated)

2001-12-15 Thread Dynerman David M
Not if you need to go back in 3 months and change something :) david -Original Message- From: Florian Zschocke [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 15, 2001 10:16 AM To: [EMAIL PROTECTED] Subject: Re: [hlcoders] Binary (wtf?) (Updated) Dynerman David M wrote: Ouch