Forum: C++ Jul 7th, 2009 |
| Replies: 2 Views: 190 First of all, your class needs at least a default constructor. Something to tell the computer how to make a question and what default values to use. It could be something like
Question()
where... |
Forum: C++ Sep 28th, 2007 |
| Replies: 27 Views: 126,835 1) Yes, I realize that. i just thought I'd post it here for anyone who stumbles across it as I did.
2) It's not that hard for me to understand, and that's why I added the condition "in MinGW". ... |
Forum: C++ Sep 28th, 2007 |
| Replies: 27 Views: 126,835 To anyone reading this thread:
getch() is still available in the conio.h header file (at least in MinGW). cin.get() acts the same as getchar() - it echos the pressed key and waits for enter to be... |