+ 2
How to create your own data type in C++ language ?
6 Answers
+ 4
Classes,Structs,Unions,Templates
+ 2
structures, unions and classes can be used to make custom data types
+ 1
try structure and union
0
It will be kind to you if you share a code to this.
0
Hello Trisha. Read this http://www.learncpp.com/cpp-tutorial/45-enumerated-types/