Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Drew Dormann
Drew Dormann has asked
44
questions and find answers to
256
problems.
Stats
7.5k
EtPoint
2.5k
Vote count
44
questions
256
answers
About
Drew Dormann questions
std::format with thousands separator and negatives
What is the difference between using `std::from_range` vs `std::ranges::to`?
Can the C++ compiler or preprocessor convert a symbol to uppercase?
What user-defined function signatures are expected to have a specific purpose?
How to make gcc warn about narrowing function parameters
When do fundamental C++ types have an unknown initial value?
Is it wise to provide access to weak_ptr in a library interface?
How would std::ostringstream convert to bool?
When are inline variables in static storage initialized?
What overhead is there in performing an identity boost::lexical_cast?
Drew Dormann answers
Why does std::distance return zero?
Passing a char** into a function by reference
Will std::basic_string destroy null termination every time?
Const correctness of operator* in std::unique_ptr
Optional argument after template parameter pack of supposedly known length
initialize const vector with const initializer list
How to tell, whether a C++ proposal is accepted or not?
Don't really get the logic of std::atomic::compare_exchange_weak and compare_exchange_strong
In *modern* C++ how should I manage *unowned* pointers?
How to print bit field with boost format