breaking a loopIt's perfectly fine to use an occasional [code]break[/code] statement when it can't be avoided. cha...
How do you call inputted information to another line?Your name [code]variable[/code] should be of type [code]std::string[/code]. All you need to do is [c...
Need help with salary calculator!You should just look at the problem in terms of base pay + overtime. base pay is hours up to 40 * ra...
Class helpYour AddContact function definition and declaration do not match. Based on how you're using it in yo...
Function for moving string in an arrayThere are several problems which I can spot immediately. in line 4, you access your array at loc wi...