C++ Beginners – Fundamental Types

C++ Beginners – Fundamental Types covers the fundamental types in C++. Anyone coming from higher-level languages such as C#, #Java or many others will note that “string” is not a fundamental type in C++. The following are fundamental types. signed short unsigned short signed int unsigned int signed long unsigned Continue Reading