the exe application is closed fast after run.... how can I solved this problem? i used getch and used system(pulse).put not solv | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

the exe application is closed fast after run.... how can I solved this problem? i used getch and used system(pulse).put not solv

12th Aug 2019, 10:50 AM
yahya sh
yahya sh - avatar
3 ответов
+ 2
Your question is truncated (incomplete). When you run out of character to type on the question you can describe the situation in detail inside the Description
12th Aug 2019, 11:02 AM
Ipang
+ 2
I guess that you try to suspend execution of the console application at the end to see what is result ? You can use <conio.h> header and _getch(); method. It take a sign from a buffer and return it. If the stream buffer is clear it will wait for a sign. After pushing it will return a sign.
12th Aug 2019, 7:09 PM
electron
electron - avatar
0
Ok i try it later thank you my friend ♥️🙂
12th Aug 2019, 8:09 PM
yahya sh
yahya sh - avatar