Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
stefaanv
stefaanv has asked
11
questions and find answers to
65
problems.
Stats
1.4k
EtPoint
411
Vote count
11
questions
65
answers
About
embedded software, mostly C/C++ with Python for test-scripts
stefaanv questions
Better name needed for applying a function on elements of a container
What is this C++14 construct called which seems to chain lambdas?
Is anybody using the named boolean operators?
Can you compare nullptr to other pointers for order? Is it always smaller?
Preferred standard use: range based for or std::for_each
In Python, is there an elegant way to print a list in a custom format without explicit looping?
stefaanv answers
Objects as default values in c++
Efficient way to construct an array taking elements with given indexes from another array in C++
Is it possible to get the pointer the continous memory fragment in a std::vector<char> in C++?
Destructor of class with pointer array C++
How to find whether a string is guid in c++
Good name for the opposite of the "canary" metaphor [closed]
pthreads: reader/writer locks, upgrading read lock to write lock
Write to the middle of an existing binary file c++
the way to compare string in an efficient way in C++
The right way to expose a complex short-lived object