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
Is default initializing class members always advisable?
Dec 12, 2022
c++
initialization
c++17
Is there a more C++ elegant implementation to complete the function jump?
Dec 12, 2022
c++
design-patterns
c++17
Should I check if a vector is empty before I use std::transform
Dec 12, 2022
c++
c++11
c++14
c++17
Is `void_t` necessary to check if a class has a method with a specific signature?
Dec 10, 2022
c++
c++11
templates
template-meta-programming
c++17
Is the "used after it was moved [bugprone-use-after-move]" warning a real problem here?
Dec 09, 2022
c++
c++17
move
clang-tidy
Is there a way to iterate over two containers without using two for loops
Dec 10, 2022
c++
c++11
c++14
c++17
Am I using std::move() too often?
Dec 08, 2022
c++
c++17
move
move-semantics
No diagnostic for pack expansion in std::index_sequence
Dec 07, 2022
c++
c++17
How to use copy elision when function is called in if block
Dec 07, 2022
c++
conditional-statements
c++17
copy-elision
No member named 'size' in namespace 'std'
Dec 05, 2022
c++
c++17
(Shared) mutex in C++
Dec 05, 2022
c++
multithreading
thread-safety
c++17
mutex
Make argument explicit?
Dec 06, 2022
c++
c++17
explicit
'for_each_n' is not a member of 'std' in C++17
Dec 05, 2022
c++
foreach
c++17
Is it legal to use template class name in derived class without template arguments?
Dec 05, 2022
c++
templates
inheritance
language-lawyer
c++17
How to shadow existing variables when destructuring in C++?
Dec 04, 2022
c++
c++17
destructuring
std-pair
structured-bindings
how to convert C-style compile-time arrays to std::array
Dec 05, 2022
c++
arrays
c++17
Sum the components of a tuple up by using std::get, std::tuple_size, std::tuple_element
Dec 03, 2022
c++
tuples
c++17
stdtuple
boost-tuples
C++ - Why is std::function<some_type_t, void> invalid?
Dec 03, 2022
c++
templates
c++17
void
Can I exclude a number or subrange of numbers inside a range of random numbers in modern C++?
Dec 02, 2022
c++
c++11
random
c++17
How to find out if integer_sequence contains given number in compile-time?
Dec 01, 2022
c++
c++17
variadic-templates
« Newer Entries
Older Entries »