a problem | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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 Réponse
+ 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