This will be an introduction to C++ Enums / Enumerations for Beginners. Enums allow you to specify constant integer values with names that you would like to use instead of integers. Learn about where to use enumerations / enums in C++ with various examples and explanations in this tutorial for beginners using C++. Enums can be used when you want to represent constant integer values with specific names.
 

#linux  #programming  #cpluplus 

C++ Tutorial: Enums / Enumerations with Examples
2.10 GEEK