User profile: Thumper

User info
User name:Thumper
Email:sbhall808@me.com
Name:Steve
Location:USA
Bio:17 years old
Learning C++ for almost 4 years
I work at a computer shop.
Yeah I'm a pretty massive nerd. I'm cool with that.
Statistical data
Birthdate:Apr 22, 1995
Gender:Male
Occupation:Student
Skills:C++
HTML/CSS
History
Joined:
Number of posts:310
Latest posts:

constant elements vector
With STL containers, the value type is required to be [b]assignable[/b]. (not const) [code] vector<c...

Some very specific questions about C++ writing.
Hello, Shalito. Welcome to cplusplus forums :) When posting code, please use code tags, which can be...

Programming Programs
Personally, i'm a fan of Microsoft Visual Studio. There are express editions that you can get for fr...

String Loop
You're not changing the value of [code]termination[/code] anywhere in your while loop body, so [code...

structure problem
You're not actually storing the value of side anywhere. Going off of what Darkmaster said: [code] v...