Tagged articles
4 articles
Page 1 of 1
php Courses
php Courses
Sep 5, 2025 · Fundamentals

Mastering C++ Lambdas: From Basics to Advanced Techniques

This article explains what C++ lambda expressions are, their syntax, capture mechanisms, mutable keyword, return type deduction, generic and template lambdas, and demonstrates practical uses with STL algorithms, event handling, and asynchronous programming, while offering best‑practice guidelines.

Anonymous FunctionsCC++11
0 likes · 12 min read
Mastering C++ Lambdas: From Basics to Advanced Techniques
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++14Lambdaconstexpr
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)
Programmer DD
Programmer DD
Oct 22, 2020 · Backend Development

What’s New in JDK 16? 8 Key Feature Proposals You Should Know

The article outlines eight official JDK 16 proposals—including ZGC thread‑stack removal, flexible metaspace, C++14 support, incubator vector API, Windows/AArch64 ports, Alpine Linux builds, and the migration of the OpenJDK source from Mercurial to GitHub—while noting JDK 16’s short‑term support and the prevalence of JDK 8 among developers.

C++14Garbage CollectionJDK 16
0 likes · 4 min read
What’s New in JDK 16? 8 Key Feature Proposals You Should Know