79442934

Date: 2025-02-16 10:14:18
Score: 2
Natty:
Report link

In core C++ an enum cannot store multiple representations both numeric and string values. You need to take alternative approaches to acheive it. like write a Function to Map Enum to String or have a struct in enum.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Amit Jha