How to change the integer type used by an enum C++
In this blog post, you will learn how to change the integer type used by an enum C++. One point you should remember is that what I will explain here only applies to C++11 or above. You cannot do this in C++98/03. So without wasting time let us see a syntax to how we can […]
How to change the integer type used by an enum C++ Read More »