English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

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!

2006-07-15 22:15:58 · 2 answers · asked by Rajendran 1 in Computers & Internet Programming & Design

2 answers

This Link will surely help you

http://msdn.microsoft.com/msdnmag/issues/05/12/VisualStudioAddins/

2006-07-16 22:11:52 · answer #1 · answered by Joe_Young 6 · 0 0

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

2006-07-15 22:17:53 · answer #2 · answered by ashish t 2 · 0 0

fedest.com, questions and answers