Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
rsjaffe
rsjaffe has asked
4
questions and find answers to
13
problems.
Stats
300
EtPoint
95
Vote count
4
questions
13
answers
About
rsjaffe questions
Is there any advantage to using a naked pointer rather than a weak_ptr?
Using varargs in earlier version of Lua, but want compatibility with 5.2+
Noexcept promise on derived class constructor: can that be used without promising noexcept on base constructor?
rsjaffe answers
why memory_order_relaxed performance is the same as memory_order_seq_cst
Converting binary to hexadecimal
Why CTE (Common Table Expressions) in some cases slow down queries comparing to temporary tables in SQL Server
About thread-safety of weak_ptr
Which headers in the C++ standard library are guaranteed to include another header?
C++ callback using class member
Compiling an application for use in highly radioactive environments
std::mutex not locking properly for std::cout