Program HelpYeah, basically above where you have written [code]using namespace std [/code]write [code]#include <...
Remove excess user inputCan't you just add an if statement and another variable before you input to index?. For example: [c...
Include sound into the executableOK, so I have inserted a sound into my console program using PlaySound("pathhere.wav", NULL, SND_FI...
c++ calculator programmeYou need to break your cases, otherwise it will continue. For example: switch (choice) case 1: cout...
This user does not accept Private Messages