This is the first time I have ever encountered something like this.
Everything has either an "identifier not found" or "undeclared identifier" error.
my code is:
I have already tried switching over to std:: (yes, I know that using "using namespace std" is a horrible crime in c++ but that's not my problem... I think) and everything that I could find didn't help much.
I apologize, I had some other #includes that I left out since they aren't part of the problem, so I added those in quickly. They are actually #include though. Aside from that, any help on my main problem?