
September 8th, 2005, 09:00 AM
|
|
|
|
Basic Data Types and Calculations
This article looks at some of the basic data types that are built into C++. If you're learning how to use C++, you will want to keep reading, since you'll be using these data types in all of your programs. It is taken from chapter two of the book Beginning ANSI C++: The Complete Language, by Ivor Horton (Apress, 2004; ISBN: 1590592271).
Read the full article here: Basic Data Types and Calculations
For more discussion go here: Blog Article Discussion
|