Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Numerical Data Types Summary | Numerical Data Types
C++ Data Types
course content

Course Content

C++ Data Types

C++ Data Types

1. Introduction
2. Numerical Data Types
3. Text Data Type
4. Other Data Types and Concepts

bookNumerical Data Types Summary

In the preceding chapters, we covered the numerical data types int, float, and double. Additionally, we discussed type modifiers such as short, long. By combining these types and modifiers, we can select the most appropriate data type for our specific task.

Note

The short type modifier cannot be used with floating-point types such as float and double.

* means it depends on a system

** on Windows, long long instead of long

Everything was clear?

How can we improve it?

Thanks for your feedback!

Section 2. Chapter 6
some-alt