Ad
  • Default User Avatar

    instead of using constexpr you can use the char value, for example if(tempInt >= 'A') will be the same as if(tempInt >= 65)