Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Lightness Races in Orbit
Lightness Races in Orbit has asked
251
questions and find answers to
1704
problems.
Stats
51.3k
EtPoint
17.7k
Vote count
251
questions
2k
answers
About
Retired.
Pet hates:
Answers in the comments section
"Ternary operator"
Comma splices
Lightness Races in Orbit questions
How to write a generic trait to match T::value_type against other traits? [closed]
Does [C++11: 12.8/7] make sense?
Is const_casting a mutable field safe?
Do we still need to separately define static members, even if they are initialised inside the class definition?
Why am I getting such accurate results from `filesize`?
Should args to inherited constructors be copied when invoking the base ctor or not?
Why might std::bind1st be considered "almost unusable"?
Why does std::setprecision(6) stream more than six digits in fixed-width mode?
Is it useful to mark variables as volatile if they are shared across threads? [duplicate]
What is the purpose of the third "overload" for make_unique? [duplicate]
Lightness Races in Orbit answers
PHP - shell_exec output in browser is empty
How to give a friend function a default argument while separating declaration and definition
error: ‘chrono’ in namespace ‘std’ does not name a type
Accessing members of class after casting pointer in C++
Transform into a const vector
Making a const unique_ptr then trying to std::move from it gives the same error as if you were trying to access the copy constructor
Invalidated iterator in a vector
max frequency of character in string
Getting the number of members of a union
CRTP base constructor crashes because child is not constructed