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 best convert a std::string_view to QString?
Sep 05, 2025
qt
c++17
Is there a non-owning reference similar to std::bitset to provide bitwise operation and count for data in other container?
Sep 04, 2025
c++
c++17
bitwise-operators
simd
std-bitset
Enforce compile time maximum value to a integral constant expression
Sep 05, 2025
c++
templates
c++17
class-template
compile-time-type-checking
How to access method of class stored in std::variant
Sep 05, 2025
c++
c++17
sfml
variant
Construct an empty object without the default constructor
Sep 04, 2025
c++
language-lawyer
c++17
empty-class
Why do compilers allow a data member have the same name as the class?
Sep 04, 2025
c++
class
c++17
language-lawyer
declaration
Where is ... (ellipsis) supposed to be placed in a C++ parameter pack expansion? Inside or outside of the parenthesis for std::forward? [duplicate]
Sep 05, 2025
c++
c++11
c++17
pack-expansion
Should new C++ code use memory resources instead of allocators?
Sep 05, 2025
c++
memory-management
c++17
allocator
Why does decltype fail with static member function returning auto in C++? [duplicate]
Sep 04, 2025
c++
c++17
How can you have multiple lines or statements inside a C++ pack expansion?
Sep 05, 2025
c++
lambda
c++17
stdapply
pack-expansion
Recognize std::execution::par C++ feature in MacOS
Sep 04, 2025
macos
c++17
How to retrieve the clock type of std::filesystem::file_time_type in C++17
Sep 04, 2025
c++
c++17
c++-chrono
std-filesystem
std::integer_sequence in a lambda before C++20
Sep 04, 2025
c++
c++17
c++20
template-meta-programming
Supposedly ambiguous explicit conversion operator in MSVC, not in gcc or clang
Sep 03, 2025
c++
string
c++17
implicit-conversion
Issues with the sqrt() function in C++
Sep 03, 2025
c++
c++17
Compile error when std::filesystem header file is added to my program
Sep 03, 2025
c++
c++17
std-filesystem
Why does removing 'const' from the constructor parameter stop the class from being instantiated?
Sep 03, 2025
c++
constructor
c++17
operator-> for an iterator that returns a temporary
Sep 03, 2025
c++
iterator
c++17
Template Argument Binding
Sep 02, 2025
c++
c++11
templates
c++17
template-meta-programming
Why I'm getting std::bad_variant_access with std::variant?
Sep 03, 2025
c++
c++17
ubuntu-18.04
variant
gcc7
Older Entries »