This is a probably an embarasing question as no doubt the answer is blindingly obvious.
I\'ve used Visual Studio for years, but this is the first time I\'ve done any
You can also use this option
#include /* run this program using the console pauser or add your own getch, system("pause") or input loop */ int main() { . . . getch(); return 0; }