0
a problem
can i use system("pause") on my c++ templates in visual studio
1 Odpowiedź
+ 3
In VS, yes. But if you want to compile your code elsewhere, you should do
std::cin.get();
or similar stuff instead.
can i use system("pause") on my c++ templates in visual studio