prog.cpp:1:6: error: 'AugMatrix' has not been declared
void AugMatrix::helperFunc(std::string &strnum){
^
prog.cpp:1:33: error: variable or field 'helperFunc' declared void
void AugMatrix::helperFunc(std::string &strnum){
^
prog.cpp:1:28: error: 'string' is not a member of 'std'
void AugMatrix::helperFunc(std::string &strnum){
^
prog.cpp:1:41: error: 'strnum' was not declared in this scope
void AugMatrix::helperFunc(std::string &strnum){
^