Tagged Questions
2
votes
1answer
233 views
GNU C++ error messages
Is there a comprehensive list of error/warning messages for the g++ compiler available online?
I'm looking for something similar to the MSDN documentation which describes what each message means and ...