cpp_weekly
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.
**Channel** C++Weekly **Topics** C++ File watcher **Length** bite-sized (5-10 minutes) Is there a cross platform easy to use file watcher for C++ (like [watchdog](https://pypi.org/project/watchdog/) in Python )? It should support...
**Channel** C++ Weekly **Topics** It can have title like: "Do not disable the move and copy methods". Context: I have used some C++ libraries that disable the move/copy methods for...
https://twitter.com/lefticus/status/1568431031061213185?s=20&t=r7jfpX5tunV9UqbpdIgfdg
https://compiler-explorer.com/z/hnx7obcG7 Constexpr version: https://compiler-explorer.com/z/WTd6z69ET
**Channel** "C++Weekly"/"The [Fill in the Blank] Programmer" Whatever fits best **Topics** https://twitter.com/flatspotpics/status/1568277198729265153 https://github.com/Alia5/Shortcuts_VDF
**Channel** "C++Weekly" **Topics** Compiler flags we should know about **Length** Whatever you think it would be appropriate. **Further info** I have read a couple of articles or have found in...
**Channel** C++Weekly **Topics** Coroutines: Application in real world code and what you can gain from them. **Length** I guess as this topic is complicated, its a longer episode. 20+ mins....
**Channel** "C++Weekly" **Topics** Data structures (and preferably using std types) etc to induce C++ compiler auto vectorization. I could see this covering both trying to write standard C++ code that...