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
C++ dynamic stdc++ symbol used even though shared object has static version of symbol included
Mar 04, 2026
c++
gcc
linker
c++17
Should deduction guide for std::optional be applied when passing std::ref(value)?
Mar 03, 2026
c++
templates
option-type
c++17
How do I use std::filesystem to see if I have write access?
Mar 03, 2026
c++
c++17
std
std-filesystem
Enable fast-math in Clang on a per-function basis?
Mar 03, 2026
c++
c++17
clang++
How can `if constexpr` be made SFINAE-friendly?
Mar 03, 2026
c++
c++17
sfinae
if-constexpr
Get type contained in variant at run time in C++?
Mar 02, 2026
c++
c++11
c++17
pybind11
std::make_shared inside std::apply
Mar 02, 2026
c++
c++17
Using a non static value as default argument in a function
Mar 01, 2026
c++
class
arguments
overloading
c++17
Does std::byte constructor extract LSB or MSB from integer?
Feb 27, 2026
c++
c++17
std-byte
Can I initialize std::unique_ptr of array without default initialization ( I want just let it have dummy value ) [duplicate]
Feb 27, 2026
c++
initialization
c++17
c++14
unique-ptr
How to instantiate std::vector using decltype?
Feb 27, 2026
c++
compiler-errors
c++17
stdvector
decltype
std::variant vs pointer to base class for heterogeneous containers in C++
Feb 26, 2026
c++
stl
containers
c++17
heterogeneous
Iterator for all combinations of 2 ranges
Feb 26, 2026
c++
boost
c++17
cartesian-product
boost-iterators
Can I use std::align to align memory to arbitrary values of 2?
Feb 27, 2026
c++
c++11
c++17
How to define a variant<x,y,z> extracting subtypes of a template parameter
Feb 27, 2026
c++
c++17
template-meta-programming
state-machine
variant
How to prevent function parameter conversion from value to reference type in C++17?
Feb 27, 2026
c++
c++17
Why does taking a function pointer to `operator new` compile in C++14, but not in C++17?
Feb 25, 2026
c++
c++17
c++14
operator-overloading
auto
How to compare the type in a constexpr?
Feb 27, 2026
c++
templates
c++17
What is the reason for the odd syntax of [[maybe_unused]] on type aliases?
Feb 26, 2026
c++
c++17
Older Entries »