Technology
 

CPlusPlus

From ProgrammingWiki

MediaWiki logo
This page has been moved to the Programmer's Wiki.
Please do not make any changes or additions to this page.

Any modifications, if still appropriate, should be made on CPlusPlus at the Programmer's Wiki.

Contents

[edit] Introduction

The C++ programming language was developed by Bjarne Stroustrup in the early 1980s. The language is mostly compatible with C and adds some new constructs like classes, templates and exception handling.

[edit] C++ articles

[edit] Reference

[edit] Keywords

[edit] Standard library