Chapter 14


1.

Why are loop structures so important for games?

they allow you to keep repeating the game until the user elects to stop the game. they are also frequently used in creating graphics.

2.

What is Direct X?

a multimedia library for windows programmers

3.

What is the real key to games programming?

creative application of standard programming techniques

4.

Why are if statements so important for games programming?

you must take different courses of action depending on the user s choice of actions.

5.

What are some uses of classes in games?

they can be used to represent objects within the game.

6.

What are ASCII-based graphics?

graphics created using simple keyboard-generated symbols, such as asterisks.

Answers

1.

They allow you to keep repeating the game until the user elects to stop the game. They are also frequently used in creating graphics.

2.

A multimedia library for Windows programmers

3.

Creative application of standard programming techniques

4.

You must take different courses of action depending on the user’s choice of actions.

5.

They can be used to represent objects within the game.

6.

Graphics created using simple keyboard-generated symbols, such as asterisks.




C++ Programming Fundamentals
C++ Programming Fundamentals (Cyberrookies)
ISBN: 1584502371
EAN: 2147483647
Year: 2005
Pages: 197
Authors: Chuck Easttom

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net