a problem | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

a problem

can i use system("pause") on my c++ templates in visual studio

10th Mar 2018, 9:37 AM
neelim goswami
neelim goswami - avatar
1 Respuesta
+ 3
In VS, yes. But if you want to compile your code elsewhere, you should do std::cin.get(); or similar stuff instead.
10th Mar 2018, 1:04 PM
Timon Paßlick