Fluent C++
- A Recap on string_view 2021-02-19 Jonathan Boccara
- 6 Tips to Make Your Development Project More Likely to Succeed 2021-02-12 Jonathan Boccara
- How std::any Works 2021-02-05 Jonathan Boccara
- Inheritance Without Pointers 2021-01-29 Jonathan Boccara
- How to Pass a Variadic Pack as a First Argument of a Function in C++ 2021-01-22 Jonathan Boccara
- 4 Features of Boost HOF That Will Make Your Code Simpler 2021-01-15 Jonathan Boccara
- Infix Function Calls with Boost HOF 2021-01-08 Jonathan Boccara
- Include What You Use 2021-01-01 Jonathan Boccara
- Fluent C++ is 4 Years Old 2020-12-25 Jonathan Boccara
- On Design Patterns in C++ 2020-12-18 Jonathan Boccara
Modernes C++ – ModernesCpp.com
- Synchronized Output Streams with C++20 2021-02-22
- The Five (Seven) Winners of my C++20 book are: 2021-02-16
- An Improved Thread with C++20 2021-02-15
- Resolving C/C++ Concurrency Bugs More Efficiently with Time Travel Debugging 2021-02-10
- Cooperative Interruption of a Thread in C++20 2021-02-04
- Five Vouchers to win for my book "C++20" 2021-02-01
- Barriers and Atomic Smart Pointers in C++20 2021-01-29
- Latches in C++20 2021-01-25
- Semaphores in C++20 2021-01-18
- And the Winners are: 2021-01-12
r/C++
- MAC address Multicasting 2021-02-25 /u/Rajtilakcharmender
- [RFC][patch for gcc12][version 1] add -ftrivial-auto-var-init and variable attribute "uninitialized" to gcc 2021-02-24 /u/mttd
- We really need a way of statically checking exceptions in C++. 2021-02-24 /u/Ono-Sendai
- [C++20] Simple-Log - multithreaded logging library 2021-02-24 /u/anti-freak
- The Pointer to Implementation (pImpl) idiom in C++ 2021-02-23 /u/platisd
- A friendly guide to the syntax of C++ method pointers 2021-02-23 /u/IsDaouda_Games
- Trip report: Winter 2021 ISO C++ standards meeting (virtual) 2021-02-22 /u/mttd
- Is Asio the best library for networking in C++? 2021-02-22 /u/corpus_calipso
- codebase redesign in C++ from C 2021-02-22 /u/muotf
- Choosing Java instead of C++ for low-latency systems 2021-02-22 /u/vormestrand
- A postmortem on a ray tracing book series; and a mini-guide on how to optimize your C++ programs 2021-02-22 /u/def-pri-pub
- "My tutorial and take on C++20 coroutines" - David Mazières 2021-02-22 /u/mttd
- Implementing Parallel copy_If in C++ 2021-02-22 /u/joebaf
- WG21, aka C++ Standard Committee, February 2021 Mailing 2021-02-22 /u/grafikrobot
- In search of a (better?) zip 2021-02-22 /u/haitei
- My new C++ library for parsing the Linux procfs 2021-02-21 /u/van-tutic
- [C++20] [GCC trunk] Getting constexpr usable caller name using lambdas and std::source_location 2021-02-21 /u/zqsd31
- Header only vs hpp/cpp styles 2021-02-21 /u/DmitryiKh
- yacs | Yet another component system 2021-02-21 /u/Manatrimyss
- Different functions vs function template specializations - which one would you choose? 2021-02-21 /u/gofeedthebears
Standard C++
- A Recap on string_view--Jonathan Boccara 2021-02-19 Adrien Hamelin
- Complete C++20 Modules Support with GCC--Boris Kolpackov 2021-02-19 Adrien Hamelin
- Take control of your vcpkg dependencies with versioning support--Victor Romero 2021-02-19 Adrien Hamelin
- Introduction to GPU Programming with CUDA and Thrust -- Richard Thomson 2021-02-18 Legalize Adulthood
- Preconditions, Postconditions, Invariants - How They Help Write Robust Programs 2021-02-18 Andrzej Krzemienski
- unique_ptr, shared_ptr, weak_ptr, or reference_wrapper for class relationships -- Hitesh Kumar 2021-02-18 Hitesh Kumar
- Why PVS-Studio Uses Data Flow Analysis: Based on Gripping Error in Open Asset Import Library 2021-02-18 Andrey Karpov
- Modern C++: Safety and Expressiveness with override and final 2021-02-18 Adrien Hamelin
- An Improved Thread with C++20--Rainer Grimm 2021-02-18 Adrien Hamelin
- Colony – A brief history of timing--Matt Bentley 2021-02-18 Adrien Hamelin
- Colony – A brief history of timing 2021-02-18 Adrien Hamelin
- HPX V1.6.0 released -- STE||AR Group 2021-02-18 Hartmut Kaiser
- Looking for C++ Employers for the online C++ Job fair on March 16th 2021-02-16 Meeting C++
- Overload 161 is now available 2021-02-10 Adrien Hamelin
- Book “Beginning C++20”--Marc Gregoire 2021-02-10 Adrien Hamelin
- Book “C++ Lambda Story”--Marc Gregoire 2021-02-10 Adrien Hamelin
- GotW #99 Solution: Postconditions -- Herb Sutter 2021-02-09 Blog Staff
- How std::any Works--Jonathan Boccara 2021-02-08 Adrien Hamelin
- Abbreviated Function Templates and Constrained Auto--Sy Brand 2021-02-08 Adrien Hamelin
- 12 Different Ways to Filter Containers in Modern C++--Bartlomiej Filipek 2021-02-08 Adrien Hamelin
Abseil Blog & Tips
- Abseil Platform Support Update 2020-10-01
- Tip of the Week #76: Use absl::Status 2020-09-11
- Tip of the Week #116: Keeping References on Arguments 2020-09-11
- Tip of the Week #165: <code>if</code> and <code>switch</code> statements with initializers 2020-09-11
- Tip of the Week #181: Accessing the value of a StatusOr<T> 2020-09-11
- Tip of the Week #5: Disappearing Act 2020-09-11
- Abseil Status 2020-09-10
- Tip of the Week #140: Constants: Safe Idioms 2020-09-01
- Tip of the Week #5: Disappearing Act 2020-06-01
- Tip of the Week #171: Avoid Sentinel Values 2020-04-06
- Tip of the Week #172: Designated Initializers 2020-04-06
- Tip of the Week #173: Wrapping Arguments in Option Structs 2020-04-06
- Tip of the Week #176: Prefer Return Values to Output Parameters 2020-04-06
- Tip of the Week #177: Assignability vs. Data Member Types 2020-04-06
- Tip of the Week #163: Passing <code>absl::optional</code> parameters 2020-04-06
- Tip of the Week #175: Changes to Literal Constants in C++14 and C++17. 2020-04-06
- Announcing TCMalloc 2020-02-12
- Tip of the Week #108: Avoid <code>std::bind</code> 2019-12-19
- Tip of the Week #146: Default vs Value Initialization 2019-12-12
- Tip of the Week #166: When a Copy is not a Copy 2019-12-12
C++
- I need to find the minimum of the maximums and maximum of the minimums in a given text file with 1000 lines containing one or more numbers separated by a comma per line 2021-02-24 /u/comealongwidme
- Segmentation Fault (core dumped) 2021-02-23 /u/McFlurry___
- Therad join, why is this happening? 2021-02-22 /u/Lana8888
- Therads in Cpp 2021-02-22 /u/Lana8888
- How can I release my application that I made in Visual Studio ? 2021-02-22 /u/TheUndeadBG
- Why we need thread join? Or detach? 2021-02-22 /u/Lana8888
- Efficient structure to establish continuous data communication. 2021-02-21 /u/chocatrix
- How to make an array double its size when needed without using an vector or a dynamic array ? 2021-02-21 /u/AkaNoOu01
- how to include functions from another file? 2021-02-20 /u/AnonymousVPNUser
- Is there a way to call multiple floats as a single variable in an array? 2021-02-20 /u/DeadMiner
- Using C++ to write to a EEPROM? 2021-02-20 /u/leorganicmatter
- Endl flushing? 2021-02-19 /u/Lana8888
- What does memcpy do in this example? 2021-02-19 /u/Lana8888
- How is -35 binary stored in c++? 2021-02-19 /u/Lana8888
- Errors when trying to use <filesystem> header in C++ 17. Does it not work in C++ 17? 2021-02-19 /u/cakedalord
- No operator "<<" matches these operands 2021-02-19 /u/TheUndeadBG
- X Post from r/CodingHelp (Nested loops and if statements) 2021-02-19 /u/RuneHowl
- Wanting to learn some slightly more advanced programming. 2021-02-19 /u/McFlurry___
- Looking for a tutorial series 2021-02-17 /u/Ledmun01
- Which is better? Fstream or Stdio.h 2021-02-16 /u/Lana8888