So I\'m in an intro to Programming course in University and before anything else, let me say sorry for the poor formatting, I have no clue how to format this properly. But back
If you're only running g++ main.cpp, you're not going to compile helpers.cpp. Add helpers.cpp to the command line.
g++ main.cpp