Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
syam
syam has asked
10
questions and find answers to
86
problems.
Stats
3.0k
EtPoint
1.1k
Vote count
10
questions
86
answers
About
C++ developer, mainly on POSIX now (Linux/Cygwin).
syam questions
LESS CSS: Reuse generated .@{name} class as a mixin
SFINAE: detect existence of a template function that requires explicit specialization
Ad hoc polymorphism and heterogeneous containers with value semantics
syam answers
Weird seg fault when erasing from a map
How to get size of char* x[]
Is thread::get_id (C++11) lock free?
Raspberry Pi ARM Float ABI Compatibility
Locking/unlocking mutex inside private functions
function call with default parameter
Efficiency of registry call vs. storing user options in a static variable
How to return a string from a C++ function? [closed]
Get a double from boost::chrono::steady_clock::now()
What circumstances ostream::write or ostream::operator<< would fail under?