Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: gutu1993 on August 04, 2011, 11:06:00 am

Title: Cannot use TEXTCOLOR() and BLINK function
Post by: gutu1993 on August 04, 2011, 11:06:00 am
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?
Title: Re: Cannot use TEXTCOLOR() and BLINK function
Post by: MortenMacFly on August 04, 2011, 11:10:55 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.