tags:

views:

94

answers:

1

Hi all,

Is there any way to show compilation errors in colors on the terminal? I mean when we do "g++ filename.cpp", is there a way to show the compiler messages in colors? By default it is always in Black color. But if we have a lot of error messages, then it helps to have them in different colors (just like the code is highlighted in different colors).

Thanks!

+5  A: 

http://schlueters.de/colorgcc.html

http://colorifer.sourceforge.net/

int3
+1 working with it and vry happy
dimba
+1 very nice stuff
atv