Author Topic: Cannot use TEXTCOLOR() and BLINK function  (Read 7012 times)

gutu1993

  • Guest
Cannot use TEXTCOLOR() and BLINK function
« 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?

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Cannot use TEXTCOLOR() and BLINK function
« Reply #1 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ