I've just begun learning C++ through TheNewBoston tutorials, and I cannot get passed this particular project because I can't identify the problem. It says,"undefined reference to Dorkclass::Dorkclass from the main.cpp.
Wow, this is embarrassing, but I've already found the solution to my problem. For some reason, I had to change my compiler settings to use C++11 ISO standards. Everything is running fine, now.