Linked by Thom Holwerda on Mon 12th Jun 2006 13:29 UTC, submitted by david
General Unix "UnixLite is a lightweight UNIX/Linux compatible operating system written in c++; it is open source and released under the GNU General Public License. The complete operating system is made up of a kernel and applications; just like Linux, UnixLite is only the kernel. The kernel itself is written from scratch and the biggest part is written in c++; however, the library used by UnixLite comes from uClibc and applicaitons running on UnixLite come from the GNU project."
Permalink for comment 132770
To read all comments associated with this story, please click here.
RE: From the FAQ
by Cloudy on Mon 12th Jun 2006 19:42 UTC in reply to "From the FAQ"
Cloudy
Member since:
2006-02-15

... We think there is no essential difference between c and c++ without ...

Even single inheritance is a significant difference between C and C++ semantically. Constructors, and their side effects, make the language behavior enough different to matter to a kernel developer.

Not saying that this is necessarily bad, only that it's a real difference.

Reply Parent Score: 1