User profile: WowICantProgram

User info
User name:WowICantProgram
History
Joined:
Number of posts:17
Latest posts:

Using an if statement for multiple conditions
I'm trying to make a small guessing game where the user isn't allowed to guess the same number twice...

Cleaning up code -- grouping parts in {}
Oh, don't worry; it's all hypothetical. I was just thinking of ways to group my code once it stops b...

Cleaning up code -- grouping parts in {}
Lets say I have a ton of valid if statements as follows: [code] if (){ } if (){ ...

Restricting user input for arrays
Yeah, I [i]just[/i] got it before I check this thread again. I just read the code wrong -- It makes ...

Restricting user input for arrays
Thanks you guys. Major brain fart on my part. [s]Smac89, could you explain to me why you used || in...