Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Kan Li
Kan Li has asked
83
questions and find answers to
3
problems.
Stats
612
EtPoint
90
Vote count
83
questions
3
answers
About
Kan Li questions
Parse time with microseconds in Java
'declare -A x' vs 'declare -A x=()'
How to make gcc uses march=native as default?
propagate_const of const unique_ptr
Difference between char[N] and char (&)[N] in parameter list
Template parameter default to a later one
Same address, multiple shared_ptr counters, is it forbidden by C++ standard?
GCC 4.4/4.5 unique_ptr not work for unordered_set/unordered_map
Variable scope in nested functions
Wrap pattern std::begin; return begin(c); into a function
Kan Li answers
Using typeid to get name of derived class
O(N) algorithm slower than O(N logN) algorithm