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
1723
problems.
Stats
51.7k
EtPoint
17.8k
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
destructors of array placement new
Why does everything in library headers start with an underscore?
Why is std::string a standard layout type?
why does get_object_vars return protected properties?
Calling clear() on a vector of shared_ptr. Will memory be freed?
Running thread in background in c++11
Leap seconds and std::chrono
Non-existent foreign key doesn't cause error in SQLite
C struct is unboxed while C++ struct is a boxed type?
Substring of char* to std::string