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
Integer initialization of enum outside of range
Jan 26, 2026
c++
enums
c++17
Range/Loop through N variables in [modern] C++
Jan 26, 2026
c++
c++11
boost
c++14
c++17
How to get return type and parameter type of a generic lambda?
Jan 25, 2026
c++
c++11
c++14
c++17
generic-lambda
Compiler discrepancy with simple meta function
Jan 25, 2026
c++
c++17
Can I have a std::optional<T> if T is neither constructible nor copyable nor movable?
Jan 25, 2026
c++
c++17
stdoptional
Error with `std::reduce()` method in C++17 using GNU G++17 and Clang++ 17/20 compilers
Jan 25, 2026
c++
gcc
c++17
clang
A variable/data member of a class declared constexpr in C++17 is also static?
Jan 25, 2026
static
c++17
constexpr
Can we take a const ref of a substring?
Jan 24, 2026
c++
c++17
stdstring
flyweight-pattern
Hiding template arguments in std::variant
Jan 23, 2026
c++
c++17
Using enum class values in constexpr branches
Jan 23, 2026
c++
enums
c++17
constexpr
tag-dispatching
How to wrap several boolean flags into struct to pass them to a function with a convenient syntax
Jan 21, 2026
c++
design-patterns
interface
c++17
flags
warning: operator delete called on unallocated object
Jan 20, 2026
c++
c++17
c++20
delete-operator
Detect build type (debug/release) in Visual Studio when using CMake
Jan 19, 2026
visual-studio
visual-c++
cmake
c++17
visual-studio-2019
To forward or move or not; how to determine which is preferred within the context of a class's usage?
Jan 20, 2026
c++
c++17
std
move-semantics
perfect-forwarding
C++ confusing closure captures [v] vs [v = v]
Jan 18, 2026
c++
c++17
Choose between template function and auto type deduction
Jan 20, 2026
c++
templates
auto
c++14
c++17
Older Entries »