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
41
questions and find answers to
199
problems.
Stats
6.3k
EtPoint
2.2k
Vote count
41
questions
199
answers
About
Drew Dormann questions
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?
What special rules does C++ apply to static const integral types?
Is atomic_thread_fence(memory_order_release) different from using memory_order_acq_rel?
When are C++ implicit types initialized to 0?
Drew Dormann answers
How can I transfer string to char* (not const char*)
How to erase non-alpha chars and lowercase the alpha chars in a single pass of a string?
Why is the 'explicit' keyword allowing implicit conversions?
default value of const reference parameter
C++ shared mutex with return by reference
template instantiation depth exceeds maximum - how to stop particular case?
Elegant way to ensure a std::map has a concrete size in compilation time
How Adobe made Photoshop cross-platform?
pass rvalue to std::move and bind rvalue refence to it generate stack-use-after-scope error in ASAN
When should I use a std::inplace_vector instead of a std::vector?