C++: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
m (C PlusPlus moved to C++ over redirect: More common-sense (saw issue raised on forums))
No edit summary
Line 1: Line 1:
:''For a quick tutorial on getting a C++ kernel running see [[C PlusPlus bare bones|C++ kernel]]''
:''For a quick tutorial on getting a C++ kernel running see [[C++ bare bones]]''
One thing up front: you can do a kernel in C++. It has been done before. This page will not discuss the pros and cons, just tell you about the things you have to be aware of when doing it.
One thing up front: you can do a kernel in C++. It has been done before. This page will not discuss the pros and cons, just tell you about the things you have to be aware of when doing it.