User profile: MetalDesign

User info
User name:MetalDesign
History
Joined:
Number of posts:4
Latest posts:

The purpose of classes
This isn't so much of a technical question as it is a question on programming practices. I unders...

wierd output on input validation
gotta love simple mistakes like that lol. thanks

wierd output on input validation
I decided to try and put some input validation in a loop that would add elements to a vector until t...

recursion
[code] #include <iostream> using namespace std; float invRecStatement(int); void printFactorial(i...