Lazy evaluation of function arguments in C++ http://nzzl.us/o3aJXzn via @nuzzel
foonathan.net
Lazy evaluation of function arguments in C++
Sometimes you calculate an expensive parameter and then the function don't need it at all! Examples would be the creation of a log message but the logger is disabled. With lazy evaluation of function arguments the parameter will only be evaluated when it…
Introducing our C++ Tech Blog - Splash Damage http://nzzl.us/AJcQokx via @nuzzel
Splashdamage
Introducing our C++ Tech Blog | Splash Damage
Splash Damage is the award-winning studio behind the Enemy Territory franchise and Brink.
How to Flatten Out A Nested Switch Statement http://nzzl.us/OwjQnEv via @nuzzel
Fluent C++
How to Flatten Out A Nested Switch Statement
Expressive code in C++
How to Insulate a Toxic Api from the Rest of Your Code http://nzzl.us/XVwXb7U via @nuzzel
Fluent C++
How to Insulate a Toxic Api from the Rest of Your Code
Expressive code in C++
<chrono> and more - CppCast http://nzzl.us/5aAKPuy via @nuzzel
Cppcast
and more - CppCast
CppCast is the only podcast for C++ developers by C++ developers.
Modern C++ CI - Juan Medina Personal Blog http://nzzl.us/6ZXiqot via @nuzzel
Juan Medina Personal Blog
Modern C++ CI | Juan Medina Personal Blog
Personar blog from Juan Medina
forking in higher order meta functions - kvasir::mpl part 10 of n http://nzzl.us/oMnkSPr via @nuzzel
odinthenerd.blogspot.co.uk
forking in higher order meta functions - kvasir::mpl part 10 of n
A few posts ago I introduced forking as an optimization when composing algorithms, as it turns out its also a great tool for composing funct...
Software Engineers C++, Qt/QML in Berlin - Meeting C++ http://nzzl.us/rnMoHMI via @nuzzel
Meetingcpp
Software Engineers C++, Qt/QML in Berlin - Meeting C++
We are looking for talented...
Multiple error handling with the optional monad in C++ http://nzzl.us/GGU0odw via @nuzzel
Fluent C++
Multiple error handling with the optional monad in C++
Expressive code in C++
An Introduction to std::array http://nzzl.us/4RRpv5e via @nuzzel
Embedded Artistry
An Introduction to std::array
Following up on last week's article on std::vector, today we will be
focusing on std::array. Where std::vector represented dynamically sized
arrays, std::array is a container that represents arrays of fixed size.
std::array lends itself nicely to use…
focusing on std::array. Where std::vector represented dynamically sized
arrays, std::array is a container that represents arrays of fixed size.
std::array lends itself nicely to use…
C++ Core Guidelines: The Philosophy http://nzzl.us/7tNTWmE via @nuzzel
Modernescpp
C++ Core Guidelines: The Philosophy - ModernesCpp.com
A C++ review community - Meeting C++ http://nzzl.us/fLWkrTs via @nuzzel
Meetingcpp
A C++ review community - Meeting C++
I've been thinking about this for quite a while, and now its time to give it a try...
Future Ruminations http://nzzl.us/3qhNlO4 via @nuzzel
sean-parent.stlab.cc
Future Ruminations
Background
Visual Studio Code C/C++ extension July 2017 Update - time to try out the new IntelliSense! http://nzzl.us/fqvrTkR via @nuzzel
Microsoft
Visual Studio Code C/C++ extension July 2017 Update – time to try out the new IntelliSense!
C++ tutorials, C and C++ news, and information about the C++ IDE Visual Studio from the Microsoft C++ team.