prog.cpp:1:18: error: variable or field 'printString' declared void
void printString(string source)
^
prog.cpp:1:18: error: 'string' was not declared in this scope
prog.cpp:8:15: error: variable or field 'printHex' declared void
void printHex(string source)
^
prog.cpp:8:15: error: 'string' was not declared in this scope