My compiler doesn't like something about my enumerator declaration. Maybe something else too. I'm trying to figure it out.
Code:
#include <string>
namespace CalcWizConsts
{
char varChars[] = { 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q'...