|
You are here |
google.github.io | ||
| | | | |
isocpp.github.io
|
|
| | | | | The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++ | |
| | | | |
wiki.ros.org
|
|
| | | | | ||
| | | | |
eyakubovich.github.io
|
|
| | | | | The Google Style Guide (GSG) for C++ has become popular outside of just Google. But I don't like it at all. There... I said it. Now I want to take this opportunity to explain why I feel so strongly about it. GSG "style" The general observation is that the style... | |
| | | | |
davmac.wordpress.com
|
|
| | | A discussion of undefined behaviour and compiler optimisation, particularly in regards to signed integer overflow. C (and C++) compilers are becoming notorious for exploiting the notion of undefined behaviour - the idea that certain things a program might do have no behaviour proscribed by the language standard, and that the compiler can assume the program... | ||