0

I want my header file to look like

//Header.h
--Declare enum

//Cpp.cpp
enum class {TEST = 2}

Right now I am just doing enum class {TEST = 2} in the header file. Every file I have now has cpp and header file as pair. I don't want this file to be a header file without pair

Zanko
  • 4,298
  • 4
  • 31
  • 54

0 Answers0