+ 11
C++17 UPDATE NEWS!!GET HYPED ;D
Hereâs the list of the most notable features coming to C++: -C++17 is based on C11 -Dynamic memory allocation for over-aligned data -Guaranteed copy elision -Forward process guarantees (FPG) -Structured bindings -if (init; condition) and switch (init; condition) -constexpr if -Inline variables -A weaker version of fixed order-of-evaluation for expressions -Template argument deduction for class templates -Addition of std::byte type Source:Fossbytes
0 Answers