Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
lubgr
lubgr has asked
5
questions and find answers to
269
problems.
Stats
7.0k
EtPoint
2.3k
Vote count
5
questions
269
answers
About
Software Engineer at Oxbotica
lubgr questions
How to (eval ...) in a chicken r7rs library?
Why is it allowed to reinterpret_cast integral, enumeration and pointer-to-member types to themselves?
Is Herb Sutter's code joke in GotW #35 on typename out of date?
Where do standard library or compilers leverage noexcept move semantics (other than vector growth)?
lubgr answers
What is a better practice for initializing class members?
Why does 'A a{};' compile when the default constructor A::A() is deleted? [duplicate]
Why C/C++ the structure type can be redefined in different files, but the variable and function gives an error?
How std::function<std::optional<T>()> is compatible with lambda returning T?
lambda with conversion function to pointer to function with c++ linkage
Book example uses "explicit" keyword in class declaration. Is it invalid?
C/C++ print custom EOL
Function calls that don't do anything in C++
Constructor not throwing exception [duplicate]
Why does this macro yield 2?