Tagged articles

Modern C++

6 articles · Page 1 of 1
TonyBai
TonyBai
Apr 15, 2026 · Industry Insights

Modern C++: Productivity Revolution or Added Complexity? Community Deep Dive

A recent r/cpp discussion reveals three distinct C++ developer mindsets—legacy‑code loyalists, modern‑feature enthusiasts, and mixed‑approach pragmatists—debating whether C++20/23 innovations boost productivity or merely pile on complexity, and proposes incremental modernization as a balanced path forward.

C#C++20C++23
0 likes · 11 min read
Modern C++: Productivity Revolution or Added Complexity? Community Deep Dive
Deepin Linux
Deepin Linux
Jun 20, 2025 · Fundamentals

Unlocking C++14: 10 Game-Changing Features Every Developer Should Know

This article explores the most impactful C++14 enhancements—including generic lambdas, variable templates, constexpr extensions, binary literals, and improved type deduction—showing how they boost code flexibility, performance, and safety across a range of real‑world programming scenarios.

C++14LambdaModern C++
0 likes · 42 min read
Unlocking C++14: 10 Game-Changing Features Every Developer Should Know
Liangxu Linux
Liangxu Linux
Apr 20, 2025 · Fundamentals

Master the Latest C++ Features: From Auto to Coroutines (C++11‑C++20)

This article provides a concise overview of the most commonly used new features introduced in C++11 through C++20, including auto type deduction, range‑based for loops, smart pointers, lambda expressions, move semantics, structured bindings, concepts, ranges, coroutines, the spaceship operator, and more, with clear code examples.

C++C++11C++14
0 likes · 6 min read
Master the Latest C++ Features: From Auto to Coroutines (C++11‑C++20)
IT Services Circle
IT Services Circle
Mar 11, 2025 · Fundamentals

Ten Modern C++ Features to Boost Readability, Maintainability, and Performance

This article introduces ten widely used modern C++ features—including range‑based for loops with initializers, structured bindings, inline variables, std::optional, std::variant, std::visit, constexpr if, default/delete functions, [[nodiscard]] and std::string_view—explaining their benefits and providing concise code examples.

C++C++17C++20
0 likes · 14 min read
Ten Modern C++ Features to Boost Readability, Maintainability, and Performance
Deepin Linux
Deepin Linux
Aug 13, 2024 · Fundamentals

C++ Interview Topics: Smart Pointers, Memory Management, Polymorphism, and More

This article provides a comprehensive overview of common C++ interview questions, covering smart pointer implementations, memory management techniques, object-oriented concepts such as polymorphism and virtual functions, STL containers, threading, and modern C++ features like move semantics and coroutines.

C++Modern C++STL
0 likes · 64 min read
C++ Interview Topics: Smart Pointers, Memory Management, Polymorphism, and More