Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~66 People Reached
Favorite Forums
Member Avatar for CookieMonster

I was wondering how to assign the ace a value in a blackjack program and convert a number to a string. So far I have: #include <iostream> using namespace std; struct card{ int value; string face;//had this as a char, but need a string for 10 int suit; }; int …

Member Avatar for vmanes
0
66