So I would like to know how I can change the color of this line ... It's a college project and I've already researched other forums and everything, but I can never find an answer that will work. I am using the DevC ++ (5.11) compiler. When I say change color I mean changing both a single character and an entire string or a vector.
#include <stdio.h>
void main (){
printf("Ola bom dia!");
system("pause");
}