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
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++