Can a low-level programmer learn OOP?

Evan Klitzke evan at yelp.com
Fri Jul 13 14:30:57 EDT 2007


On 7/13/07, John Nagle <nagle at animats.com> wrote:
>      You can sometimes get better performance in C++ than in C, because C++
> has "inline".  Inline expansion happens before optimization, so you
> can have abstractions that cost nothing.

This is a bit off topic, but inline is a keyword in C since C99.

-- 
Evan Klitzke <evan at yelp.com>



More information about the Python-list mailing list