< Previous | Contents | Next >
Types, Variables, and Standard I/O: Lost Fortune
Game programming is demanding. It pushes both programmer and hardware to their limits. But it can also be extremely satisfying. In this chapter, you’ll be introduced to the fundamentals of Cþþ, the standard language for AAA game titles. Specifically, you’ll learn to:
n Display output in a console window
n Perform arithmetic computations
n Use variables to store, manipulate, and retrieve data
n Get user input
n Work with constants and enumerations
n Work with strings