On 9/12/06, Mark Manning <[EMAIL PROTECTED]> wrote:
Yakov Lerner wrote:
> On 9/11/06, Mark Manning <[EMAIL PROTECTED]> wrote:
>
>> Yakov Lerner wrote:
>>
>> > On 9/11/06, Mark Manning <[EMAIL PROTECTED]> wrote:
>> >
>> >> It is fairly easy to check for inconsistencies in Binary, Octal,
>> and Hex
>> > I'm afraid C does not notion of binary numbers.
>> On some systems that answer is correct. On others it is not. :-)
>
>
> I'm aware of binary numbers in perl (0b101010101). But in C ?
> What exactly is syntax of "binary numbers in C" ? How does it look ?
> On which systems ?
> I never heard of "binary numbers in C" ...
> I am very curious to hear from you all details that you can provide.
> What exactly are those systems and how exactly the syntax looks ?
>
> Yakov
>
... Still, I'm not going
to rack my brain for exactly which system and where
Don't bother. C standard does not have binary numbers.
(I'm sorry to disappoint you but B, immediate predecessor
of C, did not have binary numbers, too).
Yakov