Blinking text in C language using dev c++ ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Blinking text in C language using dev c++ ?

How can I write code for blinking text in C language using Dev c++ ?

13th Dec 2021, 3:01 PM
Sunny ☀️
Sunny ☀️ - avatar
3 Answers
+ 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!
13th Dec 2021, 3:34 PM
Abhiyantā
Abhiyantā - avatar
+ 2
Searched in google?
13th Dec 2021, 3:12 PM
NEZ
NEZ - avatar