cpp_weekly icon indicating copy to clipboard operation
cpp_weekly copied to clipboard

The official C++ Weekly Repository. Code samples and notes of future / past episodes will land here at various times. PR's will be accepted in some cases.

Results 322 cpp_weekly issues
Sort by recently updated
recently updated
newest added

https://www.linkedin.com/posts/gregthelaw_debugging-gdb-cplusplus-activity-7036386025375465473-j69U/?hss_channel=lis-kEW15HY1Ww https://sourceware.org/gdb/onlinedocs/gdb/Process-Record-and-Replay.html https://undo.io/ https://rr-project.org/ https://engineering.fb.com/2021/04/27/developer-tools/reverse-debugging/

episode idea

Need to cover: dataclasses vs namedtuples * Cython * C++ with some optimizations * python 3.11 * fixed cppyy-pypy version * numba should consider including the C++ compile time into...

episode idea
C++ Weekly

**Channel** C++Weekly **Topics** I would really like to see a deeper dive into deducing this. Specifically questions like when to take self as value or rvalue reference. How these differ...

episode idea
C++ Weekly

**Channel** This is a C++Weekly episode **Topics** While working on some production code today, I saw a warning, but when I tried to reproduce it, it wasn't emitted. It turns...

episode idea

**Channel** "C++Weekly" **Topics** Walk through how to write a proper and complete iterator. I've only recently started doing this to adapt custom data structures (e.g. a special tree structure) or...

episode idea

https://gcc.gnu.org/onlinedocs/gcc/Developer-Options.html#index-fstack-usage

episode idea

Here is a fully lazy way to do the span of string_views that doesn't require any heap. ```cpp #include #include #include int main(const int argc, const char *argv[]) { for...

episode idea

**Channel** "C++Weekly" **Topics** Recently I've been helping a student, he's writing this kind of code: // a simple main.cpp: #include int main() { bool b1 = false; bool b2 =...

episode idea

**Channel** "C++Weekly" **Topics** I'm no expert with regards to this specifier - so I'd leave it up to them (experts) :-) **Length** Definitely bite-sized (5-10 minutes)!

episode idea