Im trying to display a file onto my program the file will consist of a whole paragraph i know i have to use the fstream library but im not too sure what to do to display it and if i should use a string.. can someone help?
If a player throws a 7 or 11 (sum of two dice) on the first roll,
the player wins the game.
If a player throws a 2, 3 or 12 (sum of two dice) on the first roll,
the player loses the game.
* If a player throws a 4, 5, 6, 8 or 10 (sum of two dice) on the first roll,
s(he) neither wins nor loses but creates a "point."
If this is the case, the player keeps rolling the dice until the point (4, 5, 6, 8 or 10) is thrown again, and the player wins the game.
However, if the player throws a 7 (sum of two dice) before the "point" is thrown, the player loses the game