2.1 Basic Built-in Types (C++ Primer)

Data types are the foundation of programming: they tell us the meaning of data and the operations we can perform on it.C++ supports a wide range of data types. It defines several basic built-in types (such as characters, integers, floating-point types, etc.) and also provides mechanisms for programmers to create custom data types. 1. Classification … Read more