stan wrote:
> [...on spam...]
>
> For a little on topic content, is there any operting system written in
> C++? I think parts of windows is C++ but is the whole thing? It's hard
> to seperate library and system at times, but here I'm wondering about
> the basic kernel in c++.
BeOS/Haiku:
http://www.haiku-os.org/documents/de...ing_guidelines
Though I don't know what subset of C++ they use. Seeing what kind of code
g++ produces for RAII and exceptions, I have to wonder about the
suitability of C++ for low level OS functions.
For example
http://svn.berlios.de/viewcvs/haiku/...80&view=markup
looks more like C with classes than C++ to me.