Fran wrote:
Since this is not a gcc specific issue, but rather os dependant, it's obviously not int he gcc man page ...I saw manpage of gcc, but I ca not see nothing about the possibility of assign color of console to warnings and error. It's posible?
If you want to output to a terminal with coloring and cursor control, you might want to look at (n)curses and it's API or use ANSI ESC-Sequences or manipulate the terminal device directly ...