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
3 Answers
+ 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
+ 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.
0
Ok i try it later thank you my friend
â„ïžđ