cost 188 ms
press q for quit and enter for continue

I have a do-while loop, and I want if I press ENTER key, the progress will continue, but q will finish the program. It is not working as the program w ...

2023-01-01 15:12:30   1   68    c / conio  
Analog of conio.h

How can I replace conio.h? Unlike other similar functions, it does not require pressing Enter. Are there any analogues from the standard library? ...

2022-07-30 18:09:55   1   34    c / conio  
C++ Changing Text Color

I'm trying to change the color of the text in c++, the only answer I can find is for C and not C++. I have tried using conio.h but don't understand ho ...

2020-08-31 04:02:01   3   154    c++ / conio  
Why use conio.h?

I often see people use the header file of conio.h in C and C++, although I can´t see any major benefits in use of the functions inside of conio.h in c ...

How can I use cursor positioning in C++

I am too confused with console screen. I am not able to figure out how to move cursor to random position. This is my code: I want to move cursor to ...

2019-10-30 19:12:49   1   154    c++ / conio  

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM