Fluent C++
- Open Question: Should the Logging Code Be with the Main Code? 2021-04-09 Jonathan Boccara
- What auto&& means 2021-04-02 Jonathan Boccara
- “Can’t” Is No Word for Software Developers 2021-03-26 Jonathan Boccara
- What C++ Fold Expressions Can Bring to Your Code 2021-03-19 Jonathan Boccara
- C++ Fold Expressions 101 2021-03-12 Jonathan Boccara
- std::index_sequence and its Improvement in C++20 2021-03-05 Jonathan Boccara
- C++ Concepts: More than Syntactic Requirements 2021-02-26 Jonathan Boccara
- 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
Modernes C++ – ModernesCpp.com
- Automatically Resuming a Job with Coroutines on a Separate Thread 2021-04-11
- Starting Jobs with Coroutines 2021-04-04
- A Generic Data Stream with Coroutines in C++20 2021-03-28
- An Infinite Data Stream with Coroutines in C++20 2021-03-21
- Executing a Future in a Separate Thread with Coroutines 2021-03-15
- Lazy Futures with Coroutines 2021-03-08
- Implementing Simple Futures with Coroutines 2021-03-01
- 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
r/C++
- MSVC Backend Updates in Visual Studio 2019 version 16.10 Preview 2 | C++ Team Blog 2021-04-14 /u/cpppm
- C++Now 2021 Online: Tony van Eerd will give keynote talk about SOLID 2021-04-14 /u/foonathan
- Announcing the next online C++ job fair 2021-04-14 /u/meetingcpp
- New 3.1.5 release of wxWidgets, free and open source library for creating portable native GUI applications, adding wxWebRequest (HTTPS and HTTP/2 support) and about a thousand and a half other changes, is now available. 2021-04-14 /u/_VZ_
- Operator Overloading in C++: when to use it and why? 2021-04-14 /u/cheerfulboy
- Layout of C++ function member pointers for MS/Itanium ABI 2021-04-14 /u/rh0main
- [[nodiscard]] should have been [[discardable]] 2021-04-14 /u/wished_you
- Complex C++ Compilation from the Command Line 2021-04-13 /u/Mowgl333
- What’s the differences and/or changes between Catch and Catch2? 2021-04-13 /u/thrashsilence
- Qt Creator 4.15: New CMake Features 2021-04-13 /u/Kelteseth
- Redesigning Legacy Systems - Peter Muldoon - ACCU 2021 2021-04-12 /u/PeterMuldoon
- I'm working on a template class for a matrix container. I've just implemented a method to calculate the determinant through template recursion. Any thoughts? 2021-04-12 /u/cristi1990an
- std::forward_list vs std::vector compiler optimizations 2021-04-12 /u/Benjamin1304
- C++ course for intermediate to advanced programmer 2021-04-12 /u/melerine
- A new face for the Qt Project 2021-04-12 /u/IsDaouda_Games
- Wondered if anyone is interested in a c++ parser combinators library? 2021-04-12 /u/jamhob
- Strong Types in C++: A Concrete Example 2021-04-12 /u/drodri
- Environment for new C++ project 2021-04-12 /u/rocko95
- NFT backed implementation of std::unique_ptr 2021-04-12 /u/bobnamob
- cmake-init - The missing CMake project initializer 2021-04-11 /u/helloiamsomeone
Standard C++
- CLion 2021.1: New Code Analysis Options, Updates to Remote Mode, and...--Anastasia Kazakova 2021-04-13 Adrien Hamelin
- Finding Bugs with AddressSanitizer: MSVC Compiler--Augustin Popa 2021-04-13 Adrien Hamelin
- C++ coroutines: Accepting types via return_void and return_value 2021-04-13 Adrien Hamelin
- Sign Up for the Pure Virtual C++ 2021 Conference 2021-04-12 TartanLlama
- ReSharper C++ 2021.1: Syntax Style, New C++ Features, and Improved Unreal Engine Support 2021-04-12 Anastasia Kazakova
- CLion 2021.1 release: global DFA, postfix completion, more MISRA checks, and other changes 2021-04-12 Anastasia Kazakova
- The Case of string_view and the Magic String -- Giovanni Dicanio 2021-04-10 Giovanni Dicanio
- C++ Lambda Story in Print -- Bartlomiej Filipek 2021-04-10 bfilipek
- Mathematical constants in C++20 2021-04-10 Meeting C++
- Sign Up for the Pure Virtual C++ 2021 Conference--Sy Brand 2021-04-08 Adrien Hamelin
- C++ coroutines: Building a result holder for movable types--Raymond Chen 2021-04-08 Adrien Hamelin
- Starting Jobs with Coroutines 2021-04-08 Adrien Hamelin
- C++ coroutines: Making the promise itself be the shared state, the outline--Raymond Chen 2021-04-07 Adrien Hamelin
- All C++20 core language features with examples--Oleksandr Koval 2021-04-07 Adrien Hamelin
- C++ coroutines: Making the promise itself be the shared state, the inspiration--Raymond Chen 2021-04-07 Adrien Hamelin
- PVS-Studio Beta plugin for CLion (Win\Linux\macOS): It's less than a month away 2021-04-07 Andrey Karpov
- Organizing the first Meeting C++ online tool fair on April 20th! 2021-04-07 Meeting C++
- What auto&& means--Jonathan Boccara 2021-04-06 Adrien Hamelin
- C++ coroutines: What happens if an exception occurs in my return_value?--Raymond Chen 2021-04-06 Adrien Hamelin
- vcpkg Host Dependencies for Cross-Compilation--Robert Schumacher 2021-04-06 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 help constructing a 2D grid of nodes (like a doubly linked list) from an input file of data. 2021-04-14 /u/DishingOutTruth
- Binary minus? 2021-04-14 /u/u2uu
- How to link and include without ide 2021-04-14 /u/SnooCauliflowers7716
- What is the point in (int argc, char** argv) as the main function parameters? 2021-04-13 /u/SnooCauliflowers7716
- I need help making randomly generating boats for a battleship game 2021-04-12 /u/TCloud20
- How is an array stored in memory? 2021-04-12 /u/u2uu
- Need help with compiler flags 2021-04-12 /u/poop_demon
- should I crack open a cplusplus book? 2021-04-12 /u/gopherhole1
- why is this happening ? 2021-04-11 /u/divineangel4
- What is the issue here ? 2021-04-11 /u/divineangel4
- Why does this not work? 2021-04-11 /u/u2uu
- [C++; ascii Tic Tac Toe console game... smart pointers; dynamically assign 2 member variables of an object that is of type std::unique_ptr<Player>, vars are --> `name_` and `symbol_`] Anyone able to read C++ here, and can tell me what I am doing, versus what I should be doing? 2021-04-11 /u/badadvice4all
- Need help, cannot compile program!!! 2021-04-11 /u/bori1975
- Someone please help!! 2021-04-10 /u/No-Lion-8826
- class does not have any field named that 2021-04-09 /u/goodgamin
- Embedding a Standalone/Self-Sufficient Python Interpreter in Qt Application 2021-04-09 /u/vlovero
- How is this implemented in a class? 2021-04-09 /u/u2uu
- Centered finite differences - how to find velocity and acceleration. 2021-04-09 /u/FutileCheese28
- Why is this not working? 2021-04-08 /u/u2uu
- I cant figure out what i did wrong or didint do 2021-04-08 /u/DARKMAN13771