You are here |
arne-mertz.de | ||
| | | |
www.productive-cpp.com
|
|
| | | | LLVM 5.0.0 was already released back in September, but I still would like to mention a couple interesting things I encountered while using clang5. This will not cover all the new things there are, please | |
| | | |
www.foonathan.net
|
|
| | | | Strong or opaque typedefs are typedefs that truly create new types instead of aliases. They are very useful to prevent accidental conversions and give more semantic meanings. This post shows you how they can be emulated in C++ today. | |
| | | |
david.tribble.com
|
|
| | | | Incompatibilities Between ISO C90 and ISO C++98 | |
| | | |
pointersgonewild.com
|
|
| | Static vs Dynamic: Why not Both? |