Using Modern C++ Techniques with Arduino | Hackaday
http://hackaday.com/2017/05/05/using-modern-c-techniques-with-arduino/
http://hackaday.com/2017/05/05/using-modern-c-techniques-with-arduino/
Hackaday
Using Modern C++ Techniques with Arduino
C++ has been quickly modernizing itself over the last few years. Starting with the introduction of C++11, the language has made a huge step forward and things have changed under the hood. To the av…
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 […]