+ 1
Blinking text in C language using dev c++ ?
How can I write code for blinking text in C language using Dev c++ ?
3 ответов
+ 3
So you want Blinking text in C!
Well I haven't use "C++ Dev" I heard that its a old software, I always use NANO editor for writing C codes ( It really gives a feel of a C programmers 😆 and Turbo C too )
If you want logic then I can tell you that blinking of text is kind of clearing the terminal window and show the text at a interval of time
So, first print the text take time or sleep() and then clear the terminal, put these on a for loop!
You will get more in Google with code!
Hope I'm successful to share the thing which I wanna share!
some websites
- https://cprogrampracticals.blogspot.com/2016/11/c-program-to-blink-text-on-screen.html?m=1
- https://thesmolt.com/c-programming-code-for-blinking-text/
Happy Learning!
+ 2
Searched in google?