User profile: Vorbis5

User info
User name:Vorbis5
Name:Christian
Bio:Hello World! I'm Christian and life is good. I'm in 8th grade and like to swim and play guitar. Ive been learning C++ and I love it! :D
Statistical data
Birthdate:Oct 26, 1994
Gender:Male
Skills:C++
Visual Basic
History
Joined:
Number of posts:26
Latest posts:

Enum
What wouldn't it be more efficient to just make normal variables?

Enum
I went to the link but it didn't tell me what their used for. Can anyone explain to me the purpose o...

Enum
What is an enumeration? What is its purpose and how do I use it? Your help is most appreciated!

Backspace not working
The backspace part works with [code]cout << "\b" << " " << "\b";[/code] but It doesn't erase the inp...

Backspace not working
Hey guys. I'm trying to take a login program to the next level but by making the keys *'s. Heres the...