Stuck - Again: Coin Flip Game with functionsSince the program example stores input as a char, you can modify CoinFlip() to return a char instead...
Stuck - Again: Coin Flip Game with functionsFor the error messages, look at [code]if (coinResult == guess)[/code] The above code is trying to ...
Vector IssueI think the issue is with the first loop, which never terminates. [code]for(string temp; cin >> tem...
if/else and switchThe coinToss() and dieRoll() functions can be called from within the switch statement. [code]switch...
How to pull data from a function?Line 129 in your big function up above: [code] if ((retry == 'n') || (retry == 'N')) return 0; [/co...