[openbeos] Re: static libs for drivers

> We need a library that has everything for C++ kernel programming in it.

personally, i think that kernel programming should be done in C:
-C compilers are a lot simpler, and thus will contain fewer bugs.
-C++ exceptions in a kernel are probably not nice.
-C++ contains overhead compared to C. while it is easier to think of
things as obkects, this also adds overhead, especially if you are going to
use virtual functions.

but this is just my opinion of course.

kind regards,
    Bruno.

Other related posts: