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
~89 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for gupster

Hi guys, I'm not sure if this can be done or not, but I'm writing code for a C++ course at uni and my main starts as follows: [CODE]cout << "Do you want to start a list of shapes? [Y]es or [N]o?" << endl; cin >> c; switch(c){ case 'Y': …

Member Avatar for Necrolis
0
89