User: Rockmachine

  • Public profile

User profile: Rockmachine

User info
User name:Rockmachine
History
Joined:
Number of posts:4
Latest posts:

Placing Classes in Separate Files
I've got [code] #include <iostream> #include "Burrito.h" using namespace std; int main() {...

cin.get(); doesn't work, but system("pause"); does
Seems worked fine with [code] cin.get(); cin.ignore(); [/code] Thanks Albatross!

cin.get(); doesn't work, but system("pause"); does
[code] #include <iostream> int main() { using namespace std; int cipars; cout << "How many do you ...

cin.get(); doesn't work, but system("pause"); does
So, my problem is that I would love to use cin.get(); instead of system("pause"); but it's not just ...

This user does not accept Private Messages