Microsoft Visual C++ Lesson 4: Introduction to Data Types
In this Microsoft Visual C++ tutorial, we learn about four of C++'s the primary data typese. This tutorial will teach the data types that are most common, and will be used extensively in future tutorials in this series.
The data types in this tutorial are:
int
double
char
bool
Title:
Microsoft Visual C++ Lesson 4: Introduction to Data Types