string.find or string.substr?I have to write a program that accepts a 7 character string of numbers and letters, such as 123b456....
difficulties with functionsI can't figure out the error. :/ [code]#include <iostream> #include <iomanip> using namespace s...
Accumulating values in a for loop in order to add them.Hey thanks, this is actually coming together. One last question though. After the for loop I still c...
Accumulating values in a for loop in order to add them.Thanks that worked perfectly. Now all I need to do is show the raise separately from the total salar...
Accumulating values in a for loop in order to add them.I'm obviously new to c++ and am having trouble understanding for loops. For this problem, I have to ...
This user does not accept Private Messages