Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Anton Savin
Anton Savin has asked
3
questions and find answers to
166
problems.
Stats
3.8k
EtPoint
1.1k
Vote count
3
questions
166
answers
About
.
Anton Savin questions
Correct way to make is_copy_constructible for container yield false if underlying type is not copy constructible
Binding reference to an object before construction
Anton Savin answers
Construct object from "dumb" base class
Implementing Double Buffering using Futures and Promises using c++11
Implement a tree where children and parents can refer to each other
Python 3 Converting integers to bytes correctly:
Number of unique elements in a vector
How to do achieve "const" and "non-const" overloading without duplicated codes?
Virtual inheritance: Why does it work when only one base class has "virtual" keyword? Is there a better way?
quaternion multiplication with gcc vector extensions
Is there any difference between (ptr + i)->Func() and &ptr[i].Func()
Interpret a 4 byte int as a 4 byte float