Program to calculate failure loads of rc columnsI probably can't help with an explanation, but I'm sure that anyone who can would prefer that you us...
working with strings / input char validationThis might help: http://www.cplusplus.com/reference/string/string/operator%5B%5D/ The function seem...
Star Pyramid Reverse This might help for outputting the asterisks: http://www.cplusplus.com/reference/string/string/strin...
Rewriting a Program using Functionshttp://www.cplusplus.com/doc/tutorial/functions/ Example: [code] #include <iostream> void countUp(...
A practical case for vectors in a classNote that cire's example is in C++0x. For C++03 you would replace the first occurrence of [code]aut...
This user does not accept Private Messages