Re: Strcpy versus Strncpy in arrays
Markus Becker wrote:[color=blue]
> On 2005-11-19, Skarmander <invalid@dontma ilme.com> wrote:[color=green]
>>Oh, and how do you pronounce "i |= 0x80", by the way? It's either going[/color]
>
> My german 'expression' for "i |= 0x80" is "i oder-gleich Null-x-Achtzig"
> which would translate to (how is "=" pronounced in english?)
> "i or-assign zero-x-eighty".
>[color=green]
>>to be a circumscription or something that's not English. I "say" this as
>>"i or-is oh ex eighty", but I don't assign any significance to this --[/color]
>
> Ah, I was almost right. :-)[/color]
Make no mistake, "assign" is actually better than "is" or "gleich",
because it's *not* equality. But we're used to this by now. The horror
of languages that use := or similar for assignment! Think of all the
wasted keystrokes! :-)
S.
Markus Becker wrote:[color=blue]
> On 2005-11-19, Skarmander <invalid@dontma ilme.com> wrote:[color=green]
>>Oh, and how do you pronounce "i |= 0x80", by the way? It's either going[/color]
>
> My german 'expression' for "i |= 0x80" is "i oder-gleich Null-x-Achtzig"
> which would translate to (how is "=" pronounced in english?)
> "i or-assign zero-x-eighty".
>[color=green]
>>to be a circumscription or something that's not English. I "say" this as
>>"i or-is oh ex eighty", but I don't assign any significance to this --[/color]
>
> Ah, I was almost right. :-)[/color]
Make no mistake, "assign" is actually better than "is" or "gleich",
because it's *not* equality. But we're used to this by now. The horror
of languages that use := or similar for assignment! Think of all the
wasted keystrokes! :-)
S.
Comment