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
248
problems.
Stats
7.3k
EtPoint
2.5k
Vote count
44
questions
248
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
In *modern* C++ how should I manage *unowned* pointers?
How to print bit field with boost format
Is initializer_list considered part of the C++ core language?
Boost::asio not on Debian Wheezy?
Modern practice to compare double/float for equality in modern C++ [duplicate]
C++ read string with spaces
How to use exprtk to evaluate an equation as bool?
Is it possible to use an enum to have access to an array?
Inserting only one value of a pair
Using decltype in partial template specialization