Blog Archive

Friday, November 22, 2013

C++ Variable Data Types [infographic]

This image is an infographic that explains the concept of variables and lists the sizes of different data types and what those data types hold.
C++ Variable Data Types Infographic



You can read more about variables in the "Variables. Data Types." tutorial on CPlusPlus.com. You will use different types of variables in the next post, when we learn about how we can use control structures to let our players choose what happens next in our text game.

No comments:

Post a Comment