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
42
questions and find answers to
223
problems.
Stats
6.8k
EtPoint
2.3k
Vote count
42
questions
223
answers
About
Drew Dormann questions
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?
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?
Drew Dormann answers
in c++ gdb core dump, can I see if a pointer is still allocated?
C++ parameter pack expansion
Bubble Sort Optimization C++
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