Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Rafał Rawicki
Rafał Rawicki has asked
9
questions and find answers to
57
problems.
Stats
2.0k
EtPoint
767
Vote count
9
questions
57
answers
About
I enjoy programming in C++, Python, Haskell and Scala.
Rafał Rawicki questions
Why std::pair calls explicit constructors in assignment
Why these implicit conversions resulted in looping code
Why does the ld linker allow multiple class definitions with the same methods?
Multiple mutex locking strategies and why libraries don't use address comparison
What is the difference between std::quick_exit and std::abort and why was std::quick_exit needed?
Rafał Rawicki answers
similar tools in Python? (tools from Ruby)
Parameterized Leading Zeros in C++ printf function
Why use "strlen30()" instead of "strlen()"?
Converting a grammar into LL(1) grammar: some problems
Why can't gcc deduce templated size for array argument? (C++11)
g++ default header include list
When linking statically, does the linker include the whole library?
.vimrc textwidth not applying
How to log the segmentation faults and run time errors which can crash the program, through a remote logging library?
How is the range-based loop different to a for-each loop?