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
Can C++11 and C++17 Range-Based For Loop iterate to a specific position instead of full range of the map?
Nov 19, 2025
c++
c++11
c++17
Compile time check if string contains quotes
Nov 18, 2025
c++
string
c++17
constexpr
compile-time
Why is std::is_copy_constructible_v<std::vector<MoveOnlyType>> true?
Nov 18, 2025
c++
c++17
language-lawyer
type-traits
libc++
optional<reference_wrapper<T>> vs. optional<T>& - practical examples?
Nov 18, 2025
c++
reference
c++17
option-type
Constructing a std::string_view from a braced std::string, clang and gcc disagree with -Wconversion
Nov 17, 2025
c++
c++11
gcc
clang
c++17
how to return a specific type from a variant using a visitor?
Nov 18, 2025
c++
templates
c++17
variadic-templates
std-variant
Inline std::mutex in header file
Nov 17, 2025
c++
c++17
inline-variable
API with std::pair<float, float> breaks when switching from C++14 to C++17 on ARM?
Nov 16, 2025
arm
c++14
c++17
nvidia-jetson
linaro
CMake: Replace compile flags of an INTERFACE target
Nov 10, 2025
c++
cmake
c++17
Vcpkg isn't working on windows with mingw
Nov 09, 2025
c++
cmake
c++17
vulkan
vcpkg
Why is select_on_container_copy_construction needed?
Nov 09, 2025
c++
c++11
memory-management
c++17
std::filesystem link error on ubuntu 18.10 [duplicate]
Nov 06, 2025
c++
gcc
c++17
undefined-reference
std-filesystem
Use deductions guides in implicit argument conversion
Nov 06, 2025
c++
c++17
implicit-conversion
Generic way to use fs::recursive_directory_iterator() and fs::directory_iterator()
Nov 07, 2025
c++
c++17
Using constexpr to replace #define and #ifdef for conditional compilation
Nov 06, 2025
c++
constants
c++17
constexpr
'make_unique' is not a member of 'std'
Nov 05, 2025
c++
cmake
g++
c++17
In Eigen, for a preallocated matrix, does the assignment operator try to reuse existing memory?
Nov 05, 2025
c++
matrix
c++17
deep-copy
eigen3
MSYS2 Clang++ produces error with filesystem library
Nov 04, 2025
c++
c++17
clang
msys2
std-filesystem
Using make_shared with emplace_back and push_back - any difference?
Nov 03, 2025
c++
c++11
vector
c++17
make-shared
std::visit a std::variant with overloaded free-function instead of function-object
Nov 02, 2025
c++
c++17
non-member-functions
std-variant
stdapply
Older Entries »