C++: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
Fixed link to liballoc
m Add links to libgcc article
Line 506:
{{Main|Libsupcxx#Full C++ Runtime Support Using libgcc And libsupc++}}
 
If you want Exceptions, RTTI, new and delete altogether, you should use [[libgcc]] and libsupc++. libgcc contains the unwinder (for exceptions), while libsupc++ contains the C++ support.
 
== Optimizations ==