Can someone please tell me about an alternative command that I can use instead of the system() function?
I have another question - If system("pause") only pauses the program before it exits, can I use getch() funtion from the conio.h header file for that purpose.(I know i can use the cin.get() function, but i'm just asking.)
Please answer, i'm a beginner in C++ programming.