cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
textcolor() and BLINK not working
textcolor() and BLINK not working
Aug 4, 2011 at 10:16am UTC
Abhishek Bhattacharyya
(1)
I need to know about two functions which I used in Borland C but i cannot use it in Code::Blocks.
1. textcolor()
2.BLINK
can you tell me the replacement of these two functions in C::B and wich header file is to add to use it?
Aug 4, 2011 at 11:55am UTC
Duthomhas
(13282)
http://www.google.com/search?btnI=1&q=msdn+SetConsoleTextAttribute
SetConsoleTextAttribute( GetStdHandle( STD_OUTPUT_HANDLE ),
textcolors
);
Forget BLINK. It won't work. (Besides which, it's
evil
.)
Hope this helps.
Topic archived. No new replies allowed.