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
220
problems.
Stats
6.7k
EtPoint
2.3k
Vote count
41
questions
220
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
Class has no suitable copy constructor, no binary operator '=' found,
how much extra memory does posix_memalign() take?
Conversion error when accessing bits to set a bit field
Borland error that works in Microsoft: Couldn't find a match for 'ifstream::open'
How to enforce const-correctness regarding pointer data-members
Does C++ have a bijective map type?
Overloading the function template
C++: inheritance or class member for C struct?
double negation to check against not NULL
Removing an element from a nested list within an object using range-based loops