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
238
problems.
Stats
7.1k
EtPoint
2.4k
Vote count
44
questions
238
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
C++ How to define a member variable that is either passed into or constructed within a constructor
Check if an angle defined by 3 points is inner or outer
Manipulate a local static pointer variable outside the function where it is defined
std::format with thousands separator and negatives
c++ why this error "basic_string::substr" and breaking up the loop
Text formatting using std::format for enums
What is the difference between using `std::from_range` vs `std::ranges::to`?
How do I initialize an inplace key value pair in std::map
How to enable two locales at once with #pragma in Visual C++?
Using libuuid / uuid-dev with C++11