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
113
questions and find answers to
985
problems.
Stats
23.9k
EtPoint
7.4k
Vote count
113
questions
985
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
GPS reported accuracy, error function
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?
Potatoswatter answers
C++: Can't figure out how to hide implementation details properly
c++ only: unary minus for 0x80000000
What is the advantage of using mt19937_64 over its 32 bit variant?
23warning: assignment makes pointer from integer without a cast [duplicate]
initializer element not constant?
Is std::initializer_list supposed to trigger a copy? [duplicate]
What does the "operator <" syntax mean?
declaring a template member function return type
std::vector memory allocation issue
Tuples of unknown size/parameter types