C++ Latest Features
Below are some articles on C++ features. Also present are hands-on examples to learn about each of the C++ 11, C++ 14, C++ 17 and other latest features.
Articles on C++
Is C++ faster than Java?
Multi-threaded Bank Transaction System in C++ with Message Queue
Understanding the Producer-Consumer Problem in C++
Performance of sort functions in C++ and Java
C++ Terminologies for Beginners: With daily life examples
Implementing finally in C++
C++ in Emerging Technologies: Driving Innovation and Performance
Unleashing the Power of C++ in Interdisciplinary Applications
C++ 11 Features
C++ 11 – Uniform Initializations
C++ 11 – std::unique_ptr
C++ 11 – Multithreading
C++ 11 – lambda expression
C++ 11 – Hashing
C++ 11 – std::array
C++ 14 Features
C++ 14 – Literals
C++ 14 – lambda features
C++ 14 – relaxations for constexpr
C++ 14 – Template related features
C++ 17 Features
C++ 17 – Class Template Argument Deduction (CTAD)
C++ 17 – constexpr if condition
C++ 17 – Filesystem Library
C++ 17 – Optional Template Class
C++ 17 – lambda expressions are powerful
C++ 17 – Fold Expressions
C++ 17 – init statement inside if and switch
C++ 17 – Parallelism and Concurrency for STL Algorithms
C++ 17 – Nested Namespaces simplified
C++ 17 – Inline Variables