C++: Difference between revisions

4 bytes removed ,  10 years ago
m
The C and C++ bare bones articles were merged for maintainability
[unchecked revision][unchecked revision]
(Move section to the libsupcxx article (as it is just as bitrotted as that article))
m (The C and C++ bare bones articles were merged for maintainability)
Line 1:
:''For a quick tutorial on getting a bare bones C++ kernel running see [[C++Bare bare bonesBones]]''
 
A kernel can be programmed in C++, it is very similar to making a kernel in C, except that there are a few pitfalls you must take into account (runtime support, constructors, ...). This page will not list any (dis)advantages of this approach, but rather what you need to do to get things fired up.
Anonymous user