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
84
problems.
Stats
3.0k
EtPoint
1.1k
Vote count
10
questions
84
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
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?
How should memory be freed after an exception is thrown in C++?
Can you wrap one exception inheritance hierarchy into another? --or, another clean way to deal with this?