[share] embarrassing errors?
my most recent one
[Highlight=C++]int main()
{
Square Square1;
int x,y;
cout << "Set the x,y of the square\n";
cin >> x >> y;
Square1.SetX(x);
Square1.SetY(x); // 
Square1.isSquare();
return 0;
}[/Highlight]
couldnt figure out why when i entered x and y and they were different, isSquare was still returning true, then dabid told me, felt like an idiot. Well i dont really have code to post but
My menu kept crashing and took me 30 minutes to see i forgot to reset the font /fp
not really an error but epic fail