blinking output?!
Hi
is that possible to cause to some output to blink or to be bigger?!
for example: 'HELLO WORLD' will blink and/or bigger?!
Is there any differents if i work in visual c++ 6.0 or for example dev c++ ?!
[225 byte] By [
ishaer12] at [2007-11-11 7:49:48]

# 1 Re: blinking output?!
It's possible but you will have to use a third party or platform specific library for this. Standard C++ doesn't support this functionality. Look for the <curses.h>, <conio.h> etc. headers and use their color setting functions.
In VC++ you can use MFC, or the Win API but that's a bit of overkill for a simple blinking hello world proggie.
Danny at 2007-11-11 21:01:53 >
