|
There are a lot of posts regarding this issue in the forums.
It should be enough with one cin.get(), before the return 0 row. Since you are using Windows you can use the system("pause") function call instead of cin.get(). But this is specific to Windows. Please paste your code and we will see why you need two cin's.
|