|
You are here |
www.cppstories.com | ||
| | | | |
mropert.github.io
|
|
| | | | | This was my third CppCon and (spoiler warning) the last one in the Seattle neighborhood. Time for a trip report. | |
| | | | |
cppstories.com
|
|
| | | | | C++11 conformance GCC 4.81 - 100% Clang 3.3 - 100% Intel 14.0 - 84% Visual C++ 2013 - 66% Another year is almost over so it is a good time to check what is going on with C++. This time more stats and real data compared to my post from the previous year. | |
| | | | |
www.bfilipek.com
|
|
| | | | | What do you do when the code for a variable initialization is complicated? Do you move it to another method or write inside the current scope? In this blog post, I'd like to present a trick that allows computing a value for a variable, even a const variable, with a compact notation. | |
| | | | |
mikejsavage.co.uk
|
|
| | | |||