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
Parentheses inside template arguments e.g. std::function<int(int, float)>
Oct 29, 2025
c++
templates
c++17
std-function
Why can't I make a unique pointer to an array, when I can make a shared pointer?
Oct 29, 2025
c++
c++17
Using std::apply on class method
Oct 28, 2025
c++
tuples
c++17
c++20
stdapply
Is it defined behaviour to assign to function call in or in if (C++17)
Oct 27, 2025
c++
c++17
undefined-behavior
C++ enum class default value without initialization
Oct 28, 2025
c++
gcc
c++17
Is copy elision mandatory (if allowed at all) in the ternary operator?
Oct 28, 2025
c++
c++17
language-lawyer
copy-elision
MSVC C++ 17 - warning C4121 "alignment of a member was sensitive to packing"
Oct 27, 2025
c++
visual-c++
visual-studio-2017
c++17
How to fix a warning (ignoring attributes) with a `vector` of `__m256`
Oct 28, 2025
c++
c++17
intrinsics
memory-alignment
avx2
Generate const array of pointers to callback functions
Oct 28, 2025
c++
lambda
callback
c++17
Testing if std::pointer_traits can work with my type
Oct 27, 2025
c++
pointers
smart-pointers
c++17
type-traits
Is it possible to compile a project with two different language standards?
Oct 27, 2025
c++
c++17
c++14
refactoring
Synchronising with mutex and relaxed memory order atomic
Oct 26, 2025
c++
c++17
atomic
memory-barriers
stdatomic
No function names when using gperftools/pprof
Oct 27, 2025
macos
profiling
c++17
clang++
gperftools
Iterating regex submatches represented as std::basic_string_view
Oct 26, 2025
c++
c++17
tokenize
Why doesn't a container (e.g.) vector pass allocator to allocator-aware element-type?
Oct 27, 2025
c++
c++17
allocator
C++ class reference conversion into && parameter does not work
Oct 26, 2025
c++
c++17
Is there any way to mark a function parameter as constexpr?
Oct 26, 2025
c++
c++17
constexpr
why does -D_FORTIFY_SOURCE=2 has no effect in my compilation?
Oct 26, 2025
gcc
c++17
fortify-source
Any way to do a std::upper_bound on a member variable?
Oct 26, 2025
c++
c++17
How to avoid the "pessimizing-move" warning of NRVO?
Oct 26, 2025
c++
performance
c++17
standards
nrvo
« Newer Entries
Older Entries »