CPP
==================================
#. `C++23 and C++20 Examples `_
#. `Modules in C++ 20 - Thoughts on Compiler & CMake Support `_
#. `C++ Manipulator resetiosflags `_
#. `Latest Tutorials `_
#. `Opening Modes in Standard I/O in C/C++ with Examples `_
#. `File Handling in C++ | How to Open, Read and Close `_
#. `SIMD Libraries in C++ - Jeff Garland - CppNow 2023 `_
#. `Top 5 Library Additions in C++23 - Jeff Garland - CppNow 2022 `_
#. `Large Scale Automated Refactoring Across Translation Unit Boundaries in C++ - Zie Weaver - CppNow 23 `_
#. `import CMake; C++20 Modules `_
#. `The Art of SIMD Programming by Sergey Slotin `_
#. `Performance Summit `_
#. `Nevin Liber :: MDSPAN: A Deep Dive Spanning C++, Kokkos & SYCL `_
.. toctree::
:maxdepth: 1
/cpp/time
/cpp/modern_cpp
Youtuber
---------------------------------
#. `CppCon `_
Online Python Code Editor
---------------------------------
#. `Online Python Code Editor `_
Python Tutorial
---------------------------------
#. `Python Tutorial `_
vs2022 STL Library location
--------------------------------
::
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\
vs2022 Version
---------------------------
::
&"C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe" -property productDisplayVersion
result:
PS C:\Users\eric> &"C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe" -property productDisplayVersion
17.8.1
ModuleNotFoundError: No module named 'scipy':
::
pip install scipy
CppCon 2019
--------------
#. `C++ Design Patterns: From C++03 to C++17 - Fedor Pikus - CppCon 2019 `_
CppCon 2021
--------------
#. `Composable C++: Principles and Patterns - Ben Deane - CppCon 2021 `_
CppCon 2022
--------------
#. `Using Modern C++ to Eliminate Virtual Functions - Jonathan Gopel - CppCon 2022 `_
CppCon 2023
--------------
#. `C++ Modules: Getting Started Today - Andreas Weis - CppCon 2023 `_
#. `Is C++23 std::mdspan a Zero-overhead Abstraction? - Oleksandr Bacherikov - CppCon 2023 `_
#. `Symbolic Calculus for High-performance Computing From Scratch Using C++23 - Vincent Reverdy - CppCon `_
#. `Advanced SIMD Algorithms in Pictures - Denis Yaroshevskiy - CppCon 2023 `_
#. `Robots Are After Your Job: Exploring Generative AI for C++ - Andrei Alexandrescu - CppCon 2023 `_
#. `C++ Regular, Revisited - Victor Ciura - CppCon 2023 `_
#. `Can C++ Data-oriented-design be Improved? - Ollivier Roberge - CppCon 2023 `_
CppNow 2023
--------------
#. `Applicative: The Forgotten Functional Pattern in C++ - Ben Deane - CppNow 2023 `_
#. `What is Low Latency C++? (Part 1) - Timur Doumler - CppNow 2023 `_
#. `What is Low Latency C++? (Part 2) - Timur Doumler - CppNow 2023 `_
#. `Reflect *this!: Design and Implementation of a Mixin Library with Static Reflection - Andy Soffer `_
C++ on Sea 2023
-----------------------
#. `New Algorithms in C++23 - Conor Hoekstra - C++ on Sea 2023 `_
#. `Templates Made Easy With C++20 - Roth Michaels - C++ on Sea 2023 `_
#. `A Safer Iteration Model for C++ - Tristan Brindle - C++ on Sea 2023 `_
#. `Employing Modern C++ for High Performance Delta-Coding Compression - Eduardo Madrid - C++ on Sea `_
#. `*(char*)0 = 0; - What Does the C++ Programmer Intend With This Code? - JF Bastien - C++ on Sea 2023 `_
#. `The C++ rvalue Lifetime Disaster - Arno Schoedl - C++ on Sea 2023 `_
#. `C++ Features You Might Not Know - Jonathan Müller - C++ on Sea 2023 `_
Modern Cpp
---------------------
#. `Modern C++入门到精通系列链接 `_
Codes
---------------------
#. `Expressive Vector Engine - SIMD in C++ Goes Brrrr `_