Explore >> Select a destination


You are here

arne-mertz.de
| | www.productive-cpp.com
17.2 parsecs away

Travel
| | 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
14.3 parsecs away

Travel
| | 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
12.6 parsecs away

Travel
| | Incompatibilities Between ISO C90 and ISO C++98
| | pointersgonewild.com
95.1 parsecs away

Travel
| Static vs Dynamic: Why not Both?