Search found 36 matches
- Tue May 05, 2009 9:40 am
- Forum: General/Off-Topic
- Topic: Windows 7 RC free till June 2010
- Replies: 4
- Views: 752
Windows 7 RC free till June 2010
Has anyone checked this out yet? The downloads for it went live today. I'm trying to decide if I'll touch it or not. Free till June 2010 but in March 2010 it will start shutting down your computer every 2 hours until you crack and buy it. http://www.microsoft.com/windows/windows-7/download.aspx - Li...
- Tue May 05, 2009 2:55 am
- Forum: Programming Discussion
- Topic: Where to start...I'm the new guy btw
- Replies: 50
- Views: 4326
Re: Where to start...I'm the new guy btw
lol, I must really not annoy you so, you've been very helpful :PMarauderIIC wrote:For clarity: This means that when I help you I don't get annoyed which makes me more liable to help you again :PMarauderIIC wrote:That and you think about what you're told instead of just pasting it and then being like "OMG IT DONT WORKS!"
- Tue May 05, 2009 2:03 am
- Forum: Programming Discussion
- Topic: Where to start...I'm the new guy btw
- Replies: 50
- Views: 4326
Re: Where to start...I'm the new guy btw
Thats the best way to learn. Theres been plenty of times in the past where I've just accepted being told how to do something instead of taking in what I'm being told and adding it in myself. So far now with my game, I can honestly say I understand each and every line of code in it and I'm getting to...
- Mon May 04, 2009 3:07 pm
- Forum: General/Off-Topic
- Topic: We're going to die.
- Replies: 8
- Views: 1095
Re: We're going to die.
Yeah here in Ireland they confirmed the first case of it last week I think, the way the media played it though you'd swear 80% of the population had it. I think most countries will be able to handle the cases they get (USA, UK, etc) it's the poorer countries that are gonna be the ones that it hits t...
- Mon May 04, 2009 2:19 pm
- Forum: General/Off-Topic
- Topic: We're going to die.
- Replies: 8
- Views: 1095
Re: We're going to die.
...You'd be best to make the next chapter of adventures quick so :P
- Mon May 04, 2009 2:17 pm
- Forum: General/Off-Topic
- Topic: I'm Back
- Replies: 10
- Views: 938
Re: I'm Back
Welcome back :D
- Mon May 04, 2009 11:22 am
- Forum: Programming Discussion
- Topic: Where to start...I'm the new guy btw
- Replies: 50
- Views: 4326
Re: Where to start...I'm the new guy btw
Awesome, cheers for all the help Maurader, you're great inspiration lol. I'm taking a break from messing with the game for a few days, trying to let all the new information sink in a bit as well as it wrecking my head at times too. I messed around looking at lazyfoo's sdl tutorials to see what I can...
- Fri May 01, 2009 5:28 pm
- Forum: Programming Discussion
- Topic: Where to start...I'm the new guy btw
- Replies: 50
- Views: 4326
Re: Where to start...I'm the new guy btw
Well I've implimented everything that Maurader helped me with and the game is looking good now. Anything thats output to the screen is in its own function void AboutText() { cout << "I created this game to learn C++\n"; cout << "It is very simple and uses basic \n"; cout << "...
- Wed Apr 29, 2009 8:15 pm
- Forum: Programming Discussion
- Topic: Where to start...I'm the new guy btw
- Replies: 50
- Views: 4326
Re: Where to start...I'm the new guy btw
I see what you mean lol
You made it clearer to me now. Thanks for explaining.
I'm going to go back over the code again and implement everything.
You made it clearer to me now. Thanks for explaining.
I'm going to go back over the code again and implement everything.
- Wed Apr 29, 2009 7:48 pm
- Forum: Programming Discussion
- Topic: Where to start...I'm the new guy btw
- Replies: 50
- Views: 4326
Re: Where to start...I'm the new guy btw
No easy way to clear the screen in C++ as far as I'm aware. ah crap :( What I don't like about our structure there is the if that matches the while condition. Screen2text(); while (playerInput == menuArray[0]) { --playerHP; lossHP(); checkHP(); Screen2text(); } ThirdScreen(); } Does that still do t...
- Wed Apr 29, 2009 7:13 pm
- Forum: Programming Discussion
- Topic: Where to start...I'm the new guy btw
- Replies: 50
- Views: 4326
Re: Where to start...I'm the new guy btw
You're right thats much better, I just tested it there and it works perfectly. I haven't gotten around to loops yet properly, recursion just came up in the book I'm reading and it fit what I needed. I agree that the structure isn't great either. I'm probably going to make a function specifically for...
- Wed Apr 29, 2009 6:33 pm
- Forum: Programming Discussion
- Topic: Where to start...I'm the new guy btw
- Replies: 50
- Views: 4326
Re: Where to start...I'm the new guy btw
I'm not sure if that would work with the way I've set it up I'll show the complete function for you to see. int SecondScreen() { cout << "##########################################\n"; cout << "# #\n"; cout << "# You open your eyes, very groggy #\n"; cout << "# and...
- Wed Apr 29, 2009 5:06 pm
- Forum: Programming Discussion
- Topic: Where to start...I'm the new guy btw
- Replies: 50
- Views: 4326
Re: Where to start...I'm the new guy btw
Well, I think have the majority of everything I'll need for my game done. I have my health system working now, its very basic int playerHP = 5; // Declares starting health I set a function to check your HP each time you make a wrong move int checkHP() { if (playerHP <= 0) { cout << "After takin...
- Wed Apr 29, 2009 7:51 am
- Forum: Reviews
- Topic: Runes Of Magic
- Replies: 11
- Views: 11038
Re: Runes Of Magic
I've always wanted to get into EvE, I got the trial and there was just way too much reading to do once you logged in, I lost interest very fast.
Looking forward to Star Trek Online tho :P
Looking forward to Star Trek Online tho :P
- Mon Apr 27, 2009 10:17 pm
- Forum: Programming Discussion
- Topic: networking help
- Replies: 9
- Views: 994
Re: networking help
LMAO
brilliant.
*bookmarked*
brilliant.
*bookmarked*