How do I change the color of the console?
Last edited on
try this code:
you should have a <stdio>header
textcolor = MAGENTA;
textcolor = MAGENTA + BLINK;
It says
error: 'textcolor' was not declared in this scope
Last edited on
you should have a <stdlib>
...
wat compiler did you use?
Code::Blocks
why do you ask?