Re: C++ pushback

From: Avi Kivity
Date: Tue Apr 25 2006 - 05:13:16 EST


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

No, you need to check all the functions it calls as well.

Yes, but if it calls none (or calls basic functions I already know),
it's immediately visible without having to circumnavigate the globe
to find declarations of all sub-objects :)

Yes, but if the constructor constructs no sub objects (or basic objects you already know) then it's immediately visible as well.


--
error compiling committee.c: too many arguments to function

-
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/