I have a string , i want to give it a blink effect ... is there any specific function for it .
Majestics 84 Posting Pro
Recommended Answers
Jump to Postsolutions involve using either
#include <conio.h>
or
#include <windows.h>
neither of which are portable. for Linux/Solaris, you would use the
#include <ncurses.h>
library
http://www.blurtit.com/q616731.html
http://www.daniweb.com/forums/thread34554.html
All 4 Replies
jephthah 1,888 Posting Maven
jonnelgrande 0 Newbie Poster
jephthah 1,888 Posting Maven
arpit_yadav 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.