Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
kec
kec has asked
7
questions and find answers to
20
problems.
Stats
409
EtPoint
97
Vote count
7
questions
20
answers
About
kec questions
Resolve relative relocations in partial link
Pack expansion failure with g++ 4.9.0, but works with clang++ 3.4
Is a friend function template defined in the class available for lookup? clang++ and g++ disagree
kec answers
avoid constructor duplication in template specialization
Why does calling c_str() on a function that returns a string not work?
RAII can not really guarantee to prevent resource leak, can it?
Why do I have worst performance on my spinlock implementation when I use non-cst memory model?
pointer to function and ODR
How to implement operator-> for an iterator that constructs its values on-demand?
Cannot understand if this is circular dependency or Clang
Template function that accepts only heirs of some class