< Previous | Contents | Next >

Introducing Cþþ

Cþþ is leveraged by millions of programmers around the world. Its one of the most popular languages for writing computer applicationsand the most popular language for writing big-budget computer games.

Created by Bjarne Stroustrup, Cþþ is a direct descendant of the C language. In fact, Cþþ retains almost all of C as a subset. However, Cþþ offers better ways to do things and some brand-new capabilities, too.


1

2 Chapter 1 n Types, Variables, and Standard I/O: Lost Fortune


 

Using Cþþ for GamesCreating an Executable FileDealing with ErrorsUnderstanding the ISO Standard