Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
stefan
stefan has asked
16
questions and find answers to
58
problems.
Stats
2.0k
EtPoint
709
Vote count
16
questions
58
answers
About
stefan questions
Makefile improvements, dependency generation not functioning
Pointer arithmetic disguised &(array[0])
strongly typed enums in g++-4.4
function template specialization in a namespace
Memory still reachable bug fixed, but why?
possible data race using packaged_task and threads
std::async call of member function
time differences with std::chrono::system_clock / std::chrono::high_resolution_clock
thread safety of MPI send using threads created with std::async
creating a shared_ptr from unique_ptr
stefan answers
Fundamental reasons for not allowing multi-arguments operator[] in C++
Is my approach to a threadsafe log class awful?
make_shared and abstract polymorphism
Prompt for and receive a date "MM/DD/YYYY" using CIN, ignoring the "/" characters? (in C++)
C++11 constexpr function compiler error with ternary conditional operator (?:)
strongly typed enums in g++-4.4
Hyperplane defined by n points
Using Eclipse with a Low-Resolution Monitor
find all permutations of a string in c++ [closed]
Is std::promise<T> thread-safe?