Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

What library to link to for std::filesystem with Xcode

Function interleaving in pre C++17

Argument evaluation order between curly braces and parentheses

GCC 7 C++ 17 support for folding expressions

c++ gcc c++17 gcc7

Is size of an array flexible in C++?

c++ arrays c++11 c++17 cin

How to pass array initialization thru custom structure?

c++ c++17 c++20

Understanding Alias Templates

CHAR_BIT replacement

c++ c++11 c++14 c++17

Checking that a template type T is part of a variadic parameter pack in C++17

RAII and factory design pattern?

C++17 Hexidecimal floating point literal single precision suffix conflict?

Using C functions to manipulate std::string

c++ c++17 stdstring

Can C++ functions return a pointer to an array of known length?

c++ c++11 c++14 c++17

Predefined type list passed to a std::variant

`if constexpr` vs `if` in light of compiler optimization and code performance

c++ c++17 if-constexpr

Why is pmr::string so slow in these benchmarks?

c++ memory boost c++17

Alternative to declaring a type alias inside a class

c++ c++11 templates c++17

Is this reinterpret_cast problematic in principle, and/or in practice?

c++ c++17 language-lawyer

How to implement a universal function for both sequence and associative container?

friend, template, namespace

c++ templates c++17 friend