answersLogoWhite

0

What is textcolor in c plus plus?

User Avatar

Anonymous

12y ago
Updated: 8/19/2019

C++ does not have a generic textcolor function. That function only exists in Borland/Embarcadero versions of C++. It is used to change the colour of console text. Code that uses this function is not compliant with the C++ standard and can only be used on Borland/Embarcadero compilers. You could write your own version of the function, but unless you provide all the necessary cross-platform alternatives your code will not compile on all platforms.

User Avatar

Wiki User

12y ago

What else can I help you with?