I know about the cprintf(), textcolor() functions in Borland C. But I want such type of funcitons in VIsual C Not in C++. Please let me know!
I would like to print colored chars on screen using Visual C++ IDE. What's the function to use? I know about..
This Link will surely help you
http://msdn.microsoft.com/msdnmag/issues...
Reply:there is a function in conio.h
called textcolor
u can use it as
textcolor(RED+BLINK);
cprintf("hello");
BLINK will make the text to blink
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment