Re: C++ in kernel (was Re: exception in a device driver)

Khimenko Victor (khim@sch57.msk.ru)
Mon, 11 Jan 1999 23:08:14 +0300 (MSK)


In <00e101be3d21$96b03ce0$04c809c0@Fake.Domain.com> Anthony Barbachan (barbacha@Hinako.AMBusiness.com) wrote:

> There is a huge difference in the feel of using classes over structures and
> their loosely associated functions.

And since C++ does not have real classes (they are only tricks of compiler and
not exists in compiled program) and still lead to speed loss why use it at all ?

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/