Explore >> Select a destination


You are here

isocpp.org
| | www.kuniga.me
12.8 parsecs away

Travel
| | NP-Incompleteness:
| | botondballo.wordpress.com
15.4 parsecs away

Travel
| | Summary / TL;DR Project What's in it? Status C++17 See list Published! C++20 See below On track Library Fundamentals TS v2 source code information capture and various utilities Published! Parts of it merged into C++17 Concepts TS Constrained templates Merged into C++20 with some modifications Parallelism TS v2 Task blocks, library vector types and algorithms,...
| | www.foonathan.net
12.0 parsecs away

Travel
| | When C++11 introduced move semantics, it also added two important helper functions: std::move and std::forward. They are essential when you want to manually indicate that you no longer care about an object or need to propagate the value category in generic code. As such, Ive used them countless times in the past. However, they are functions. Plain, old, standard library functions. This is problematic for multiple reasons.
| | builtin.com
43.5 parsecs away

Travel
| What is software engineering? It is a field directly related to computer science, where engineers apply systematic and disciplined methods to the development, operation and maintenance of software.