- Runtime Polymorphism with std::variant and std::visit (Updated 2nd Nov: Build times, passing args) https://www.bfilipek.com/2020/04/variant-virtual-polymorphism.html 3 comments cpp
- How To Stay Sane with Modern C++ (revised for 2020 and C++20) https://www.bfilipek.com/2017/02/how-to-stay-sane-with-modern-c.html 15 comments programming
- Asynchronous Tasks with std::future and std::async from C++11 https://www.bfilipek.com/2014/01/tasks-with-stdfuture-and-stdasync.html 12 comments cpp
- Vector of Objects vs Vector of Pointers And Memory Access Patterns https://www.bfilipek.com/2014/05/vector-of-objects-vs-vector-of-pointers.html 40 comments programming
- Const collection of unique_ptr, options and design choices https://www.bfilipek.com/2020/03/const-collection-of-uniqueptr-options.html 4 comments cpp
- C++20 Reference Card + examples! https://www.bfilipek.com/2020/01/cpp20refcard.html 25 comments cpp
- 2 Lines Of Code and 3 C++17 Features - The overload Pattern (updated with C++20 notes) https://www.bfilipek.com/2019/02/2lines3featuresoverload.html 11 comments cpp
- How to Convert Numbers into Text with std::to_char in C++17 https://www.bfilipek.com/2019/11/tochars.html 4 comments programming
- How to Convert Numbers into Text with std::to_char in C++17 https://www.bfilipek.com/2019/11/tochars.html 42 comments cpp
- A Programmer’s Guide to Performance Analysis & Tuning on Modern CPUs https://www.bfilipek.com/2019/11/perfguidecpu.html 46 comments programming
- C++ Ecosystem: Compilers, IDEs, Tools, Testing and More https://www.bfilipek.com/2019/10/cppecosystem.html 3 comments programming
- C++ Ecosystem: Compilers, IDEs, Tools, Testing and More https://www.bfilipek.com/2019/10/cppecosystem.html 12 comments cpp
- C++ Ecosystem: Compilers, IDEs, Tools, Testing and More https://www.bfilipek.com/2019/10/cppecosystem.html 9 comments programming
- Five Awesome C++ Papers for Cologne ISO Meeting https://www.bfilipek.com/2019/07/cologne.html 25 comments cpp
- How To Detect Function Overloads in C++17, std::from_chars Example https://www.bfilipek.com/2019/07/detect-overload-from-chars.html 4 comments cpp
- [Quick Case] C++: Surprising Conversions of const char* to bool https://www.bfilipek.com/2019/07/surprising-conversions-char-bool.html 27 comments programming
- Heterogeneous Lookup in Ordered Containers, C++14 Feature https://www.bfilipek.com/2019/05/heterogeneous-lookup-cpp14.html 6 comments cpp
- Converting from Boost to std::filesystem https://www.bfilipek.com/2019/05/boost-to-stdfs.html 24 comments cpp
- Dark Corner of C++ Corner Cases https://www.bfilipek.com/2019/03/darker-cpp.html 26 comments cpp
- Lambdas: From C++03 to C++20, Part 1 https://www.bfilipek.com/2019/02/lambdas-story-part1.html 8 comments cpp
- C++ Status at the End of 2018 https://www.bfilipek.com/2018/12/c-at-end-of-2018.html 3 comments programming
- The Amazing Performance of C++17 Parallel Algorithms, is it Possible? https://www.bfilipek.com/2018/11/parallel-alg-perf.html 18 comments cpp
- Five Awesome C++ Papers for upcomming C++ standards https://www.bfilipek.com/2018/10/papers-sandiego.html 9 comments programming
- Speeding up Pattern Searches with Boyer-Moore Algorithm from C++17 https://www.bfilipek.com/2018/08/searchers.html 6 comments cpp
- Performance of std::string_view vs std::string from C++17 https://www.bfilipek.com/2018/07/string-view-perf.html 5 comments programming
- Menu Class - Example of Modern C++17 STL features https://www.bfilipek.com/2018/07/menu-cpp17-example.html 11 comments cpp
- Everything You Need to Know About std::variant from C++17 https://www.bfilipek.com/2018/06/variant.html 7 comments programming
- Everything You Need to Know About std::variant from C++17 https://www.bfilipek.com/2018/06/variant.html 33 comments cpp
- Error Handling and C++17 std::optional https://www.bfilipek.com/2018/05/errors-and-optional.html 3 comments programming
- Simplify code with 'if constexpr' in C++17 http://www.bfilipek.com/2018/03/ifconstexpr.html 18 comments cpp
- How to propagate const on a member pointer? http://www.bfilipek.com/2018/01/propagate-const.html 15 comments cpp
- How a weak_ptr might prevent full memory cleanup of managed object http://www.bfilipek.com/2017/12/weakptr-memory.html 11 comments cpp
- "C++17 STL Cookbook" Book Review http://www.bfilipek.com/2017/08/cpp17stl-review.html 18 comments cpp
- C++17 in details: Templates http://www.bfilipek.com/2017/06/cpp17-details-templates.html 8 comments programming
- How To Stay Sane with Modern C++ http://www.bfilipek.com/2017/02/how-to-stay-sane-with-modern-c.html 18 comments cpp
- Const, Move and RVO http://www.bfilipek.com/2017/01/const-move-and-rvo.html 8 comments cpp
- 11 Debugging Tips That Will Save Your Time http://www.bfilipek.com/2016/06/11-debugging-tips-that-will-save-your.html 14 comments cpp
- Code And Graphics: Custom Deleters for C++ Smart Pointers http://www.bfilipek.com/2016/04/custom-deleters-for-c-smart-pointers.html 4 comments cpp
- C++: Vector of Objects vs Vector of Pointers http://www.bfilipek.com/2014/05/vector-of-objects-vs-vector-of-pointers.html 66 comments programming
- C++11 status at the end of 2013 http://www.bfilipek.com/2013/12/c-status-at-end-of-2013.html 36 comments cpp