How Compact Code Can Become Buggy Code: Getting Caught By The Order of Evaluations - Fluent C++
http://www.fluentcpp.com/2017/05/09/compact-code-becomes-buggy-code-order-evaluations/
http://www.fluentcpp.com/2017/05/09/compact-code-becomes-buggy-code-order-evaluations/
Fluent C++
How Compact Code Can Become Buggy Code: Getting Caught By The Order of Evaluations
Expressive code in C++
ZeroTier | Connect All The Things
https://www.zerotier.com/blog/2017-05-05-theleak.shtml
https://www.zerotier.com/blog/2017-05-05-theleak.shtml
Using C++ Modules in Visual Studio 2017 | Visual C++ Team Blog
https://blogs.msdn.microsoft.com/vcblog/2017/05/05/cpp-modules-in-visual-studio-2017/
https://blogs.msdn.microsoft.com/vcblog/2017/05/05/cpp-modules-in-visual-studio-2017/
Microsoft
Using C++ Modules in Visual Studio 2017
C++ tutorials, C and C++ news, and information about the C++ IDE Visual Studio from the Microsoft C++ team.
Accelerating your C++ on GPU with SYCL http://nzzl.us/NUXdFCI via @nuzzel
blog.tartanllama.xyz
Accelerating your C++ on GPU with SYCL
Personal blog and CV for Simon Brand
Security Features in Microsoft Visual C++ http://nzzl.us/h58o9IO via @nuzzel
Microsoft
Security Features in Microsoft Visual C++
C++ tutorials, C and C++ news, and information about the C++ IDE Visual Studio from the Microsoft C++ team.
Metaclasses for embedded domain specific languages http://nzzl.us/YMLNn5n via @nuzzel
blog.tartanllama.xyz
Metaclasses for embedded domain specific languages
Personal blog and CV for Simon Brand
reinterpret_cast vs. constant expression - http://nzzl.us/CYCbqv8 via @nuzzel
arne-mertz.de
reinterpret_cast vs. constant expression -
Contents1 Fixing the C-style2 What can we do?2.1 Conversion to `uint*`2.2 Performance Dipping my toes into a new project, I got a bunch of ugly warnings about a ton of […]
You don't need a stateful deleter in your unique_ptr (usually) - /dev/krzaq http://nzzl.us/Yem67Z7 via @nuzzel
/dev/krzaq
You don't need a stateful deleter in your unique_ptr (usually) - /dev/krzaq
With the increasing probability of your average project using at least C++11, std::unique_ptr is one of the most popular solutions1 to dynamically managing memory in C++.
It usually goes like this: if your object can't be a scoped object, that is one with…
It usually goes like this: if your object can't be a scoped object, that is one with…
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