#cpp
Binding std::function to member functions
http://cpptruths.blogspot.it/2017/08/binding-stdfunction-to-member-functions.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed:+CppTruths+(C%2B%2B+Truths)&m=1
#cpp
Three Ways to Find Files
http://codexpert.ro/blog/2017/08/11/three-ways-to-find-files/
#cpp
C++17: Direct vs Copy List Initialization
http://www.nuonsoft.com/blog/2017/08/09/c17-direct-vs-copy-list-initialization/
#cpp17
C++17 in details: Filesystem
http://www.bfilipek.com/2017/08/cpp17-details-filesystem.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed:+CodeAndGraphics+(Code+And+Graphics)&m=1
#cpp #map
Performance of flat maps
http://playfulprogramming.blogspot.it/2017/08/performance-of-flat-maps.html?m=1
#cpp #cpp20 #synchronized
What advantage does the new feature, "synchronized" block, in C++ provide?
https://stackoverflow.com/questions/45487135/what-advantage-does-the-new-feature-synchronized-block-in-c-provide
#cpp #metaclasses
A Summary of the Metaclasses Proposal for C++
http://www.fluentcpp.com/2017/08/04/metaclasses-cpp-summary/
#cpp #cpp14 #pathfinding
Compile-time templated A* pathfinding in C++14
http://lapinozz.github.io/learning/2017/07/17/compile-time-templated-a-star-pathfinding.html
#cpp #cpp17 #tuple
What are use cases for structured bindings?
https://stackoverflow.com/questions/45480824/what-are-use-cases-for-structured-bindings
#cpp #highperformance
"Performance and efficiency are C++’s bread and butter"
https://herbsutter.com/2017/02/13/this-spring-high-performance-and-low-latency-c-stockholm-and-accu-bristol/
Tags: #stackoverflow #if vs #ifelse
http://stackoverflow.com/questions/43202012/if-statement-vs-if-else-statement-which-is-faster
#cpp
Your own error condition
https://akrzemi1.wordpress.com/2017/08/12/your-own-error-condition/amp/
#cpp #atoi
atoi() for int128_t type
https://stackoverflow.com/questions/45608424/atoi-for-int128-t-type
#cpp #random
Generating Random Numbers From a Specific Distribution By Inverting the CDF
https://blog.demofox.org/2017/08/05/generating-random-numbers-from-a-specific-distribution-by-inverting-the-cdf/amp/
#cpp
C++ {*this} inside curly braces
https://stackoverflow.com/questions/45557407/c-this-inside-curly-braces
#cpp #gcc #clang
Compiler benchmark GCC and Clang on C++ library (ETL)
https://baptiste-wicht.com/posts/2017/08/compiler-benchmark-gcc-clang-cpp-library-etl.html
#cpp17
C++17 in details: Code Simplification
http://www.bfilipek.com/2017/07/cpp17-details-simplifications.html?utm_content=buffera43ba&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer&m=1
#cpp #books
What Books to Read to Get Better In C++
http://www.fluentcpp.com/2017/07/28/what-books-to-read-to-get-better-at-c/
#cpp
Building Cross-Platform CUDA Applications with CMake
https://devblogs.nvidia.com/parallelforall/building-cuda-applications-cmake/
https://github.com/agauniyal/rang/
A Minimal, Header only Modern c++ library for colors in your terminal
#cpp #cpp17 #FoldEspression
C++17 introduced fold expression, a new way to unpack variadic parameters with operators. For now, only Clang 3.6 supports C++17 fold expression. Let's take a deeper look
http://cpptruths.blogspot.it/2017/01/folding-monadic-functions.html
Tags: #cpp #cpp17 #news
Finally C++17 is close to publication. What new features will this new standard introduce?
http://www.bfilipek.com/2017/05/cpp17-details-fixes-deprecation.html