NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
User Hostile (Score:1)
C++ is perhaps not the best example of scrutable error messages from compilers. (The single design decision in C++ with which I can wholeheartedly agree is "You don't pay for what you don't use. I'm not sure C++ always lives up to that in terms of the conceptual tax, however.)
intel c++ seems smarter (Score:1)
Of course, not all compilers are stupid enough to leave the error reporting until assembly time:
Debugging symbols (Score:2)
Is it less inscrutable if you build with -g? Which, of course, the sensible C/C++ programmer will be doing anyway during development.
Wait, what am I saying? A sensible C hacker? Hah!