I'm trying to learn c++ and this is a total noob question but how could I pause the program so I can read what it displayed its only staying up for a fraction of a second (about the same as a batch file with a error)
Its not a code issue if I hold CNT+f10 I can read it and it worked
Putting system ("pause"); worked well enough for me to read it but it is still not running properly