hello all,
I was wondering how to set my dos window, so that it does not just flash on real quick when executing program?
I know about just putting a scanf
or using system("pause");(which only works in C for me?)
but isn't there a way i can change the dos window settings?