I\'m trying to hold the screen on my output using the header file , but I don\'t know any equivalent function to the getch() &
getch()
This is what I usually use:
#include ... std::getchar();