User profile: EtDecius

User info
User name:EtDecius
History
Joined:
Number of posts:71
Latest posts:

Stuck - Again: Coin Flip Game with functions
Since the program example stores input as a char, you can modify CoinFlip() to return a char instead...

Stuck - Again: Coin Flip Game with functions
For the error messages, look at [code]if (coinResult == guess)[/code] The above code is trying to ...

Vector Issue
I think the issue is with the first loop, which never terminates. [code]for(string temp; cin >> tem...

if/else and switch
The 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...