Language
Version: C++14
Categories
-
User Program Communication
-
Variables
-
Control Flow
-
Functions and Objects
-
String Class
Search Results
Searching for: Structs in C++
Type Definition
Language: C++
Typedef is used to create new names for types and structures. It can save the user some typing when using a structure or variable data type.