Posts by Rafareino • 129 points
1 post
-
0
votes2
answers12278
viewsA: C: Change color of letters (multiple colors on one screen)
Since you are looking for a specific C solution for windows, I would recommend using the function SetConsoleTextAttribute() of API Win32. You have to generate one Handler to the terminal and then…