User profile: mroberts46

User info
User name:mroberts46
Email:marc.roberts.inc@gmail.com
Name:Marc
Location:Orlando
History
Joined:
Number of posts:23
Latest posts:

Default not working in switch statement!!
Why does that work? It works but I don't know or see why it works. Can you you explain this to me?

Default not working in switch statement!!
So any ideas on how to fix the problem presented?

Default not working in switch statement!!
That's the whole thing. Now, can you see anywhere that would loop the playerInfo function?

Default not working in switch statement!!
[code]string playerInfo (int &num) { string firstName = ""; string lastName = ""...

Default not working in switch statement!!
[code]#include <iostream> #include <algorithm> #include <time.h> using namespace std; void dai...