-2
so I’d like to know how do I change the color of that line... It’s a college project, and I’ve done research on other forums and everything, but I can never get an answer that works. I’m using the compiler Devc++ (5.11). When I say change the color I mean change both a single character and a string whole or one vector.
#include <stdio.h>
void main (){
printf("Ola bom dia!");
system("pause");
}
give a look here: https://stackoverflow.com/questions/3219393/stdlib-and-colored-output-in-c
– aa_sp