News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Cannot use TEXTCOLOR() and BLINK function

Started by gutu1993, August 04, 2011, 11:06:00 AM

Previous topic - Next topic

gutu1993

I need to know about two functions which I used in Borlan 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?

MortenMacFly

Quote from: gutu1993 on August 04, 2011, 11:06:00 AM
can you tell me the replacement of these two functions in C::B and wich header file is to add to use it?
C::B does not provide any functions, it just drives compiler framework, a.k.a. IDE (Integrated Development Environment). You are asking in the wrong forum. Try a C/C++/Borland Forum. Thank you.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]