User profile: RazalShort3

User info
User name:RazalShort3
Email:razal_dazzle@hotmail.com
Name:Rafe
Location:Home
Bio:Teaching myself the greatest programming language of all time.
Got interested in it at thirteen when I assigned my first variable and displayed it using BASIC.
Then ten years later I finall get decnt( not ancient) books on C++. I'm back.
Statistical data
Birthdate:Aug 21, 1987
Gender:Male
Occupation:Writer
Skills:C++
C#
HTML(lol)
History
Joined:
Number of posts:6
Latest posts:

newbie
Ever since i can remember I have wanted to make games. Little ones, Big Ones, any game will do. Bu...

How to write a Loop Program
Got this little gem from the book I'm learning from. void entertoExit() { std::cout << "\nPres...

Iterating an Array
I got it. Just looked through material for sorting. Other people on forum had same question. Shou...

Iterating an Array
Fixed the loop to go from x[0]-x[9]. Thank you for that. Typos can kill. Are you saying: ...

Iterating an Array
How would I check the element of the the array? So far for the loop. I understand I would have t...