Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
HolyBlackCat
HolyBlackCat has asked
99
questions and find answers to
372
problems.
Stats
10.1k
EtPoint
3.2k
Vote count
99
questions
372
answers
About
I support Monica!
L・Ψ・≅
HolyBlackCat questions
Are there any remaining differences between member and non-member comparisons starting from C++20?
How do I use std::formatter directly?
How do I make a templated conversion operator to `std::optional<T>`?
In a false `if constexpr` branch outside of a template, are bodies of called template functions instantiated or not?
In C++26, are implementations required to "initialize" uninitialized variables to some fixed byte pattern?
In a lambda, what does the second list of attributes do?
Why set the stop flag using `memory_order_seq_cst`, if you check it with `memory_order_relaxed`?
How do I check at compile-time if there's enough `{}` placeholders for all arguments?
Why does the use of `std::aligned_storage` allegedly cause UB due to it failing to "provide storage"?
In a concept, how can I check that a member is static?
HolyBlackCat answers
How to pass values directly to std::span?
MSYS2 OpenGL Setup
std::shared_ptr<T[]> VS std::array<T, size>/std::vector<T>
c++: dummy argument for output parameter to create optional parameter
Are C++ array items guaranteed to be in contiguous addresses?
Why a template function accepts l-value to bind with r-value reference? [duplicate]
When to not use lambdas over normal functions?
In visual studio code, How can I hide file path below file tab?
std::forward not passing lvalue reference
Calling free() on malloc()'d char pointer causes program to crash with invalid pointer