C++

Contents



Modern C++

Deducing Types

auto

Modern C++

Smart Pointers

Rvalue References, Move Semantics, and Perfect Forwarding

Lambda Expressions

Concurrency API



Effective Modern C++: 42 Specific Ways to Improve Your Use of C++11 and C++14 Book by Scott Meyers

Guideline References

ARM Cortex-A Programmers Guide
Parallel and Concurrent Programming with C++
Install C++ 17 and C++ 20 on ubuntu Linux
VS-Code C/C++ Setting Setup
VS-Code C/C++ Debuger Setup
MSYS2 Intallation
Install Cmake
How to Compile with GCC
How to Compile with Make File
Install openCV for C++
How to set up openCV with C++ for Visual Studio
How to install OpenSSL on Windows
How to install libssh
GDB Instructions

My Github Projects on C++


Algorithms with C and C++: https://github.com/jiwook021/Algorithms/tree/master
DataStructure:
https://github.com/jiwook021/Algorithms/tree/master/DataStructure
Linux-Device Driver:
https://github.com/jiwook021/RPI_Linux_Driver-Userspace
ROS:
https://github.com/jiwook021/ROS
Statistics:
https://github.com/jiwook021/Algorithms/tree/master/Statistics
Machine Learning:
https://github.com/jiwook021/Algorithms/tree/master/AI/MachineLearning
Reinforcement Learning:
https://github.com/jiwook021/Algorithms/tree/master/AI/ReinforcementLearning
Deep Learning/Computer Vision:
https://github.com/jiwook021/Algorithms/tree/master/AI/MachineLearning/Deep_learning
Reinforcement Learning:
https://github.com/jiwook021/Algorithms/tree/master/AI/ReinforcementLearning
Linear Algebra:
https://github.com/jiwook021/Algorithms/tree/master/Linear_Algebra
ComputerVision
https://github.com/jiwook021/Algorithms/tree/master/ComputerVision
Modern C++: https://github.com/jiwook021/Algorithms/tree/master/Modern_C%2B%2B
Compiler:
https://github.com/jiwook021/Algorithms/tree/master/Compiler
Concurrency:
https://github.com/jiwook021/Algorithms/tree/master/Concurrency
Windows System Programming with C:
https://github.com/jiwook021/Windows-Operating-System-in-C
Embedded System Toy Projects
https://github.com/jiwook021/Embedded_System_Toy_Project


Lecture Series on C++

This is C++ by Hosoung Choi



CMAKE Tutorials



errichto algorithms



Multithreading with Modern C++ Udemy Learn Advanced Modern C++ Udemy Korean C++ Design-Patterns C++ Concurrency in Action