*smiles* This is a mistake I once made when I was a novice and it took me five minutes to figure it out, so I'd recognize it anywhere. *shudders*
Quick fix:
using namespace std;
or preferably
using std::cout;
-Albatross
Last edited on
WOW. Thank you hahaha. Can't believe I missed THAT. I usually notice dumb things like that. Thank you though :).