Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
zvrba
zvrba has asked
8
questions and find answers to
84
problems.
Stats
1.8k
EtPoint
545
Vote count
8
questions
84
answers
About
zvrba questions
How would you unittest a memory allocator?
How to make an outer class inherited from an inner class?
splice() on std::list and iterator invalidation
Encapsulating an algorithm into a class
C aliasing rules and memcpy
Is (pure) functional programming antagonistic with "algorithm classics"?
What are good use-cases for tuples in C++11?
zvrba answers
BigInt for Standard ML/NJ
Extracting digits from a float C++
Why does the setjmp/longjmp crash on MSVC when it didn't in MinGW?
c++, std::atomic, what is std::memory_order and how to use them?
How do I compile the asm generated by GCC?
Even lighter than SQLite
Unordered (hash) map from bitset to bitset on boost
B-tree faster than AVL or RedBlack-Tree? [closed]
C++: Default values in class member
Is 3x3 Matrix inverse possible using SIMD instructions?