[share] embarrassing errors?

Posts 18 of 8 · Page 1 of 1
[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
Quote Originally Posted by whit View Post
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
Oh oh, similar problem here.

I was trying to call DrawTextA of ID3DXFont without creating a font. :T
Quote Originally Posted by Void View Post
Oh oh, similar problem here.

I was trying to call DrawTextA of ID3DXFont without creating a font. :T

Yea i hate it when stuff like that happens. It dont you a compiler error or nothing, you gotta debug it yourself
Yeh... that's pretty dumb.
Quote Originally Posted by why06 View Post
Yeh... that's pretty dumb.
Ohai Mr.INeverMadeAStupidError. o:
Quote Originally Posted by Void View Post
Ohai Mr.INeverMadeAStupidError. o:
Haters are gonna hate. But a player won't be affected by the hate, gotta play it straight while them other sucker niggas get irate.
Ohh, Kevin and myself have plenty of those (him in particular ) Just last night he asked me to help him with a WebClient exception. Creating the webclient before using it turns out to not be a half bad idea
Posts 18 of 8 · Page 1 of 1

Post a Reply

Tags for this Thread

None

Need help?