In this chapter we are going to explore the different C++ data types. C++ supports different data types such as integers and decimals (also known as floating-point values). We'll also see variables briefly in this tutorial (and in more detail later on). Variables are used to store values.
Part of course:
C++ Data-types and Operators
- Boilerplate C++ code
- Integer data-type and variables
- Floating-point values (float data-type)
- Simple math with arithmetic operators
- Expressions
- Operator precedence
- Converting between float and int
- Other Data Types
- Characters
- Booleans
- Summary
Show admin stats