From 5a290e76dbf3d4044eb343e1e481febeb21050f2 Mon Sep 17 00:00:00 2001 From: ihar_hancharenka Date: Tue, 23 Sep 2025 18:48:48 +0300 Subject: [PATCH] m --- pl/cpp/libfws/cross/qt/state-machine.txt | 3 +++ pl/cpp/newstd/cpp-uref-move.md | 1 + 2 files changed, 4 insertions(+) create mode 100644 pl/cpp/libfws/cross/qt/state-machine.txt diff --git a/pl/cpp/libfws/cross/qt/state-machine.txt b/pl/cpp/libfws/cross/qt/state-machine.txt new file mode 100644 index 000000000..75473ec5c --- /dev/null +++ b/pl/cpp/libfws/cross/qt/state-machine.txt @@ -0,0 +1,3 @@ +2025 +Otus - QT State Machine 0:00 of 2:07:11 + https://www.youtube.com/watch?v=TBSI1q6MvOk diff --git a/pl/cpp/newstd/cpp-uref-move.md b/pl/cpp/newstd/cpp-uref-move.md index 289dc6e88..76db2b5fe 100644 --- a/pl/cpp/newstd/cpp-uref-move.md +++ b/pl/cpp/newstd/cpp-uref-move.md @@ -33,6 +33,7 @@ ## Presentations +* [Otus - Difference Between Move and Copy in Cpp] (https://www.youtube.com/watch?v=bCgt4kVDGGg) * Josuttis - The Nightmare of Move Semantics for Trivial C++ Classes [slides] (http://www.josuttis.com/talks/Josuttis_MoveNightmare_170517.pdf) and [video] (https://www.youtube.com/watch?v=7KjCOe0oBIw) * [Maudal - Modern C++ Explained: Move Semantics] (https://www.slideshare.net/olvemaudal/modern-c-explained-move-semantics-feb-2018) * [Tambe - C++11 Idioms] (http://www.slideshare.net/SumantTambe/c11-idioms-silicon-valley-code-camp-2012)