SyntaxFix
Write A Post
Hire A Developer
Questions
Your code
enum Test { A, B } int a = 1;
Solution
Test castEnum = static_cast<Test>(a);