Tags: #macos #compile #terminal
https://www.youtube.com/watch?v=L0NgQB4EWko&feature=youtu.be
Tags: #performace #benchmarking #atoui
julienjorge/benchmarking-atoui-a-follow-up-to-writing-fast-code-90e722590f4d#.c1sk943av" rel="nofollow">https://medium.com/@julienjorge/benchmarking-atoui-a-follow-up-to-writing-fast-code-90e722590f4d#.c1sk943av
Tags: #cppcon2016 #dansaks #talkaaboutcpp
https://www.youtube.com/watch?v=D7Sd8A6_fYU
Tags: #modern #cpp #performance
"Representing the first major update in the 13 years since 1998, the age of "modern" C++ was heralded with the ambitious C++11 standard."
https://www.oreilly.com/ideas/2-major-reasons-why-modern-c-is-a-performance-beast?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+oreilly%2Fradar%2Fatom+%28O%27Reilly+Radar%29
You want your C++ project/repo/news/guide in this Channel?
Send this to @DailyCppBot
Tags: #cppcon2016 #report
https://vittorioromeo.info/index/blog/cppcon2016_trip_report.html
"CppCon 2016 ended yesterday - I had the pleasure of attending and presenting at this amazing conference again this year."
Tags: #hackerrank #challenge #gemstones
https://github.com/Dobiasd/articles/blob/master/functional_programming_in_cpp_with_the_functionalplus_library_today_hackerrank_challange_gemstones.md
Tags: #slide #types #using
http://www.elbeno.com/presentations/using-types-effectively/presentation.html#/sec-title-slide
Tags: #cppcon2016 #tuble #howitworks
https://onedrive.live.com/view.aspx?resid=E66E02DC83EFB165!335&ithint=file%2cpptx&app=PowerPoint&authkey=!AH3zRnbTT34vYNk
Tuple: What's New, And How It Works
Tags: #vcpkg #tool #opensource #windows
"We are delighted to announce the availability of Vcpkg on GitHub https://github.com/Microsoft/vcpkg . Vcpkg simplifies acquiring and building open source libraries on Windows."
https://blogs.msdn.microsoft.com/vcblog/2016/09/19/vcpkg-a-tool-to-acquire-and-build-c-open-source-libraries-on-windows/
Tags: #refiningconcepts #constraints
http://honermann.net/blog/2016/09/18/refining-concepts-separate-checking-part-1-relaxing-constraints/
" I’ll be discussing about separate checking of constrained template definitions."
Tags: #universal #forwarding #reference #type
https://blog.petrzemek.net/2016/09/17/universal-vs-forwarding-references-in-cpp/
"When talking about T&& in C++, you may have heard about universal references and forwarding references."
Tags: #nodiscard #attribute #video
https://www.youtube.com/watch?v=l_5PF3GQLKc&feature=youtu.be
Tags: #algorithms #hpx #parallel
"There are two candidate C++ libraries available (to the best of my knowledge) that provide abstractions for the various kinds of hardware vectorization capabilities available on different computer architectures today. "
http://stellar-group.org/2016/09/vectorized-cpp-parallel-algorithms-with-hpx/
Tags: #store #destructor
"The short answer is to store two raw pointers: one to the object, and one to a type-erased destructor function that’s handy to write using a lambda."
https://herbsutter.com/2016/09/25/to-store-a-destructor/
Tags: #game #fortinycomputers #cpp17 #commodore64
https://www.youtube.com/watch?v=zBkNBP00wJE
Tags: #semile #framework #monitorprograms
http://r-kan.github.io/semile/
"A profiling framework that provides the ability to monitor programs, in general of any programming language"
Tags: #implement #concepts #cpp14
http://izzys.casa/posts/implementing-concepts-in-cxx.html
Tags: #concepts #lite
This post contains quite advanced material. I assume you are already familiar with Concepts Lite.
https://akrzemi1.wordpress.com/2016/09/21/concepts-lite-vs-enable_if/
Tags: #std #accumulate #algorithmic #empire
Exploring an Algorithmic Empire
http://www.elbeno.com/presentations/std-accumulate/presentation.html#/sec-title-slide
Tags: #sycl #cpp #acceleration #computecpp
"we are giving developers free, early access to ComputeCpp™, our implementation of the SYCL™ open standard."
https://www.codeplay.com/portal/earlyaccesstothesyclopenstandardforcacceleration
Tags: #cpp19 #string_view
"std::string is the standard way of working with strings in C++, and offers a lot of convenient functionality for working with strings, such as comparison, searching for substrings, concatenating, slicing, etc."
https://skebanga.github.io/string-view/
Tags: #quiz #forcppcon
https://herbsutter.com/2016/09/17/a-little-puzzle-for-cppcon/
Tags: #chakracorecppbridge #chakra #library
"The purpose of this single-header library is to provide a convenient bridge between ChakraCore C-style API and C++."
https://github.com/AlexBAV/ChakraCoreCppBridge
Tags: #concepts #cpp14
https://foonathan.github.io/blog/2016/09/09/cpp14-concepts.html