Hi all,

i've found several things to change the font color in the system output.

You can also use (windows only) system("color xy");
or define it in main with: SetConsoleTextAttribute(hConsole, 7);

Only the thing is, these lines affect everything. I realy like to know how i can set 2 characters in red and 2 in bue or something

Or maybe you can tell: system("color xy") where to stop using the colors and define new characters.