User profile: BranKeye

User info
User name:BranKeye
Email:brankeye@gmail.com
Name:Brandon Keyes
Location:Ottawa, ON, CA
Website:http://barbercoding.com (WIP)
Bio:I'm going to university in two years to learn game development. I like to code with any of the many languages, and so far C++ is my favourite language I've met, but creating my own "universe" (video game wise) is what inspires me to code. I'm new to C++, but I'm ready to learn.
History
Joined:
Number of posts:5
Latest posts:

2 Hours Until Assignment Is Due...Help
Try and change this [code]while (stopPrompt == 'Y' || stopPrompt == 'y')[/code] to this [code]while ...

How to error proof integers from characters?
I see that checks characters, is there something that checks integer input for an alphabetical chara...

How to error proof integers from characters?
I have this bit of code.. [code] void fDisplayExplanation(){ cout << "This program asks the u...

Separate Program into Functions
Thanks alot, so far I've successfully used your function, and then put the nLoopCount section into a...

Separate Program into Functions
I'd like to separate my program into different functions. The code literally explains itself inside...