Overloading methods in C API

Grant Edwards grante at visi.com
Sun Jan 19 10:55:18 EST 2003


In article <b0e6cm$oj4ul$1 at ID-71831.news.dfncis.de>, James Kew wrote:
> Grant Edwards wrote:
>>
>> The "+" operator can mean several things:
>>
>>  integer addition
>>  pointer addition
>>  floating point addition
> 
> Add, add, add. All addition. The details may vary slightly (pointer
> arithmetic, for example) but the basic semantics are the same.

If you think integer addition and FP addition "vary slightly", you've
obviously never had to do FP in SW.

-- 
Grant Edwards                   grante             Yow!  Clear the
                                  at               laundromat!! This
                               visi.com            whirl-o-matic just had a
                                                   nuclear meltdown!!




More information about the Python-list mailing list