User profile: WR417H

User info
User name:WR417H
Name:Mike H
History
Joined:
Number of posts:15
Latest posts:

A very quick question on declaring stuff
Not 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 stuff
Technically, 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/line
Ctrl + 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; ...