In this video we will learn how to create a ' press enter to continue' in C++ .
There are two way to it.
Method 1: Too simple but has some issues.
use cin.get()
Method 2: Not so simple but has no issues.
Create a loop using getch function.
getch()- Takes in input and helps you store the value either in a char variable or the ascii value in int variable.