I included std by using namespace std;
Edit: fixed it by moving using namespace std; before my function declarations. Thanks for pointing it out though LB!
I'll read into it. This is the way I've been doing it in school for my C++ class. Don't know how else to do it. Also a lot of the way I've seen code written on here is a lot different then the way I write in class. Is there a name for the different styles. For example I don't see anyone using cout << and see a lot of ::. Which way of writing c++ is better not only technically, but for the work world too?