Exceptions Google C++ Style Guide
Unsolved
Qt Creator and other tools
-
Hello,
can someone tell me how to understand the coding guideline “Exceptions” from the "Google C++ Style Guide": [https://google.github.io/styleguide/cppguide.html#Exceptions]? Does this coding guideline state that you should not use exceptions when programming? What exactly does this mean?
And does anyone know if cpplint from the Google C++ Style Guide checks all coding guidelines?
-
Hi,
That's a question you should bring to the Google folks.