C++: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
Line 105:
 
The following is tested, working, fully commented source that gives a more detailed explanation than the source previously found here. It also hilights what improvements can be implemented on itself, where they can be inserted.
 
To use, just include icxxabi.h in any ONE file of your C++ kernel source. Preferable the file where your kernel's main statements begin.
 
'''File: icxxabi.h'''