Here is my main one. All I'm trying to do is create a class file object, this is probably a very Nubian question, so sorry, you just need to know what I'm doing wrong.
#include <iostream> #include "Player.h" using std::cout; using std::cin; int main() { cout << "Hello and welcome to the student adventures game.\n"; Player player1(); }
source share