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://en.cppreference.com/w/cpp/numeric/add_sat

episode idea
C++ Weekly
ready to record

Mutation testing with mull. * https://github.com/mull-project/mull * https://mull.readthedocs.io/en/latest/tutorials/HelloWorld.html

episode idea
C++ Weekly
Recorded

Some have said that there's no meaningful way to deal with out of memory in C++, but I have students who regularly deal with this stuff, so I'm recording an...

episode idea
C++ Weekly
Recorded

This is a follow-up to the #26 issues that were reported with clang producing code 1/2 the speed of gcc.

episode idea

```cpp struct S { ~S() {} }; ``` The above type does not have a move constructor or move assignment, but it still works with move operations and `is_move_constructible` returns...

episode idea
C++ Weekly
Recorded

https://imgflip.com/i/8uacb3 The standard library and algorithms were designed around functional paradigm principles. was added in C++98

episode idea
C++ Weekly
Recorded

It's not possible to observe this, but we can see the resulting code and measure it, so let's do that.

episode idea
C++ Weekly
Recorded

https://www.redhat.com/en/blog/valgrind-and-gdb-close-cooperation

episode idea
C++ Weekly
Recorded

Hello Jason, This issue refers to Ep 404 of C++ weekly series. As suggested in the video, use of std::array's initializer list constructor does not invoke the copy / move...

episode idea

episode idea
C++ Weekly
Recorded