Re: C++ pushback

From: Martin Mares
Date: Tue Apr 25 2006 - 04:52:59 EST


Hello!

> That seems to be a case against writing functions.
>
> Why is a C function acceptable where a C++ constructor isn't?

Because examining a single constructor is not enough -- you need to
check constructors of all objects contained within the object you
initialize.

Calling a C function is simple and explicit -- a quick glance over
the code is enough to tell what gets called.

Have a nice fortnight
--
Martin `MJ' Mares <mj@xxxxxx> http://atrey.karlin.mff.cuni.cz/~mj/
Faculty of Math and Physics, Charles University, Prague, Czech Rep., Earth
Man is the highest animal. Man does the classifying.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/