Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
SHH
SHH has asked
18
questions and find answers to
2
problems.
Stats
155
EtPoint
26
Vote count
18
questions
2
answers
About
C++
SHH questions
Why one can't do multiple pthread_joins on the same thread?
Why is c++ string == (equality) operator is much faster than manually checking characters one by one?
Why does Java require "This method can be called at most once in a given Java Virtual Machine"?
How does linux handle overflow in jiffies?
Why do we need parentheses around block macro?
Why is "sleeping" not allowed while holding a spinlock? [duplicate]
What happens when rollback() fails for a transaction in MySQL?
Is there a statement expression equivalent in Visual Studio?
is it possible for Android VM to garbage collect static variables without killing the whole Android application?
What happens if two process in different processors try to acquire the lock at EXACTLY same time
SHH answers
What is the difference between a template class and a class template?
multiple definition of inline function