Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Potatoswatter
Potatoswatter has asked
112
questions and find answers to
960
problems.
Stats
23.2k
EtPoint
7.2k
Vote count
112
questions
960
answers
About
Real name: David Krauss.
My posts on…
Enumerations:
How does one use an enum class as a set of flags?
Can a C++ enumeration be made bigger than 64 bits?
array indexing (converting to integer) with scoped enumeration
What's an enum class and why should I care?
Warning : case not evaluated in enumerated type?
Potatoswatter questions
pthread_cond_wait doesn't unlock mutex
Best implementation of the missing unary std::copy
Are iterators of standard containers DefaultConstructible?
What is the name of this text compression scheme?
Does an empty value pack expansion match a type pack or optional type parameter?
"no base classes of the same type as the first non-static data member"
Cross-compile to Linux from OS X
jQuery with an SVG document
Destroy-and-regenerate assignment operator: what if I'm careful?
How to install Clang from the binary distribution?
Potatoswatter answers
realloc memory in string array in C
Why std::basic_ostream has both free and member operator<<? [duplicate]
Need help understanding integer arithmetic function
Any way to make parameterized user defined literals?
How to understand .def files?
char16_t and char32_t endianness
What is the best way to express a templated numeric literal?
Pass Ostream into Istream
Why is a C++ Hello World binary larger than the equivalent C binary?
Release-Consume ordering for reference counting