Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Viktor Sehr
Viktor Sehr has asked
65
questions and find answers to
70
problems.
Stats
2.3k
EtPoint
686
Vote count
65
questions
70
answers
About
Developer of skiing games at Toppluva AB
Co-author for High Performance C++ 2018
Viktor Sehr questions
C++ foreach-loop picks mutable begin() even
Is it possible to make a default-initialized class std::is_trivial for performance purposes
Explicit int type as parameter
glStencilFunc(GL_NEVER, 0, 0) still renders?
Is there any tool which rewrites C++ for-loops to stl-algorithms? [closed]
Enable WebGL-extensions from Asm.js/emscripten?
So, how are basic classes written these days in C++11?
Why doesn't the C++ standard library utilize likely/unlikely attributes?
Is there and neat equivalent to view a member function/variable?
const decltype(*std::begin(container))& val doesn't make val const?
Viktor Sehr answers
something about C++ unnamed namespace
Use of a list of pointers in C++, (inheritance or performance?)
how to loop multimap only to get first key-value pairs for every key?
Multimap containing pairs?
What is the preferred way in C++ for converting a builtin type (int) to bool?
lifetime of declaration within a loop
Algorithm to emulate mouse movement as a human does?
is memset(ary,0,length) a portable way of inputting zero in double array [duplicate]
How to iterate over a STL set and selectively remove elements?
Which boost libraries are discussed for inclusion in C++17?