Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get readable error messages from a c++ compiler

Tags:

c++

g++

Have you ever heard about a script able to make the g++ error messages more readable?

I am pretty sure I heard about it some times ago but I can't remember the name.

Thank you.

like image 677
BenjaminB Avatar asked Sep 01 '25 16:09

BenjaminB


1 Answers

You might be thinking of STLFilt, which supports a variety of C++ compilers but is no longer being developed and doesn't guarantee to work with the latest versions of g++.

like image 66
Gareth McCaughan Avatar answered Sep 04 '25 05:09

Gareth McCaughan