Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
curiousguy
curiousguy has asked
15
questions and find answers to
55
problems.
Stats
856
EtPoint
170
Vote count
15
questions
55
answers
About
I support free speech and gab.com
curiousguy questions
Overwriting an object with an object of same type
Is there any consistent definition of time complexity for real world languages like C++?
Is memory outside each core always conceptually flat/uniform/synchronous in a multiprocessor system?
Undead objects ([basic.life]/8): why is reference rebinding (and const modification) allowed?
When is a memory_order_seq_cst fence useful?
What formally guarantees that non-atomic variables can't see out-of-thin-air values and create a data race like atomic relaxed theoretically can?
What does "strongly happens before" mean?
curiousguy answers
When should I use static data members vs. const global variables?
Do std::min(0.0, 1.0) and std::max(0.0, 1.0) yield undefined behavior?
How to cast sockaddr_storage and avoid breaking strict-aliasing rules
error: invalid initialization of non-const reference of type ‘int&’ from an rvalue of type ‘int’
Does "volatile" guarantee anything at all in portable C code for multi-core systems?
When should you not use [[carries_dependency]]?
Does standard C++11 guarantee that `volatile atomic<T>` has both semantics (volatile + atomic)?
Is it a good convention to virtually inherit from pure virtual (interface) classes?
Is it possible to deduce whether type is incomplete without compilation failure? [duplicate]
How do I ensure that two types have the same size?