Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in c++17
How to use fold expression to instantiate each type in a variadic template function?
Feb 03, 2026
c++
c++17
variadic-templates
fold-expression
C++: using declaration and overload paradigm
Feb 03, 2026
c++
c++17
overloading
How do I create specializations of alias templates using class template specialization?
Feb 03, 2026
c++
c++17
template-specialization
Why doesn't std::is_invocable accept a non type template parameter
Feb 03, 2026
c++
templates
c++17
non-type
What are the consequences of a throwing swap() for a type?
Feb 02, 2026
c++
c++17
swap
Recalling the previous value of a variable?
Feb 02, 2026
c++
c++17
Is there a way to create a compile time type map in C++17 for type-checking?
Feb 01, 2026
c++
c++17
template-meta-programming
typechecking
typemaps
Template constructor defined in the same header but outside the class is unidentified
Feb 02, 2026
c++
templates
c++17
Is it well-formed to do pointer arithmetic on a pointer returned from an allocator?
Feb 02, 2026
c++
c++17
language-lawyer
c++20
pointer-arithmetic
Clarification and reasons for object lifetime constraints change in C++20
Feb 01, 2026
c++
c++17
language-lawyer
c++20
Using a return constexpr pair for template instantiation
Feb 01, 2026
c++
templates
c++17
constexpr
Why the std::map::insert failed in the following example?
Feb 01, 2026
c++
c++11
insert
c++17
stdmap
Why destructor needs to be accessible even when it is not called?
Jan 30, 2026
c++
c++17
language-lawyer
destructor
temporary
When does a constexpr static member stop being a constexpr?
Jan 29, 2026
c++
c++17
constexpr
if-constexpr
C++ copy elision of fields
Jan 29, 2026
c++
c++17
in-place
copy-elision
auto open_flags = std::ios::binary; seems to produce the wrong type in MSVC. Is it a bug?
Jan 28, 2026
c++
c++11
visual-c++
c++17
msvc12
Older Entries »