C++: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
(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: Line 1:
:''For a quick tutorial on getting a bare bones C++ kernel running see [[C++ bare bones]]''
:''For a quick tutorial on getting a bare bones C++ kernel running see [[Bare Bones]]''


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