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
Splitting a string at compile time gives different results on different compilers
Aug 08, 2026
c++
gcc
visual-c++
clang
c++17
Should std::apply only apply to std::tuple?
Aug 07, 2026
c++
c++17
language-lawyer
stdtuple
stdapply
How to work around C++ std::string_view out-of-scope problem?
Aug 06, 2026
c++
c++17
How to swap two pointers in multi-threaded c++ 17 program?
Aug 07, 2026
c++
multithreading
c++17
Perfect forwarding of lambda arguments to member function, where member function is a non-type template parameter
Aug 07, 2026
lambda
c++17
variadic-templates
pointer-to-member
generic-lambda
How to convert element of variant to std::string ( c++ )
Aug 07, 2026
c++
c++17
Universal reference, infer std::list<T> and T
Aug 06, 2026
c++
templates
c++17
Using Arrays as Template Parameters With Default Values in C++17 and Earlier
Aug 05, 2026
c++
c++17
c++-templates
How to check if a member function or free function is for the exact given type(not any of its base)?
Aug 04, 2026
c++
c++17
c++20
template-meta-programming
Function which outputs several std::collections to CSV / row first iteration
Aug 06, 2026
c++
c++17
variadic-templates
Non-type variadic template parameter [duplicate]
Aug 04, 2026
c++
c++17
variadic-templates
Can std::call_once be reset?
Aug 05, 2026
c++
c++17
std-call-once
Hint the compiler to return by reference when using auto, without using -> [duplicate]
Aug 04, 2026
c++
reference
c++17
return-type
auto
Using c++17 'structured bindings' feature in visual studio 2017
Aug 04, 2026
c++
visual-studio
c++17
Non-string literals are prvalues?
Aug 04, 2026
c++
c++14
c++17
lvalue
user-defined-literals
Use the type of a template parameter as key for a map<"type", int>
Aug 04, 2026
c++
templates
c++17
concatenate string_views in constexpr
Aug 03, 2026
c++
c++17
constexpr
string-view
Is there a built-in function to calculate nCr in C++?
Aug 03, 2026
c++
python-3.x
c++17
built-in
How to get away with using designated initializers in C++17? Or, why is it seemingly safe to use them, if it's really not?
Aug 02, 2026
c++
c++17
c++20
aggregate-initialization
Why does std::void_t results duplicated definition of class template partial specialization? TypeTrait to unify call signature [duplicate]
Aug 02, 2026
c++
c++17
sfinae
Older Entries »