I can't figure out where I've gone wrong here. In my header:
static const char* ACH_DEBIT;
and then, in the constructor:
ACH_DEBIT = "ach_debit";
I get this error on compilation:
error LNK2001: unresolved external symbol "public: static char const * const MyClass::ACH_DEBIT" (?ACH_DEBIT@MyClass@@2PEBDEB)
Please, someone reteach me CS101.