A very quick question on declaring stuffNot really sure,(i'm still a nub after a couple years of c++(really :( )) but i thought that declar...
A very quick question on declaring stuffTechnically, you are declaring though, not defining.
For games Allegro is pretty easy, the quality just seemed lacking in the different allegro games i played. I'...
Setting Notepad Cursor to last letter/lineCtrl + End if that's what you're talking about. I'm not sure lol
Repeat specific cout until it is true.I would use a do while loop like this: [code] int main() { do { cout << ketchup; cin >> UN; ...