Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Alexey Malistov
Alexey Malistov has asked
42
questions and find answers to
132
problems.
Stats
3.4k
EtPoint
1.0k
Vote count
42
questions
132
answers
About
Mathematician.
In 2003 I graduated from the Moscow Institute of Physics and Technology.
Alexey Malistov questions
Is there pointer to member traits or something like this?
On a float rounding error
Help with type traits
Is it undefined behavior in the case of the private functions call in the initializer list?
How to save pointer to member in compile time?
How to create pointer-to-mutable-member?
How to optimize a cycle?
How to test whether class B is derived from template family of classes
How to reduce template arguments?
What case is better?
Alexey Malistov answers
Template specialization with a templatized type
Can I detach a std::vector<char> from the data it contains?
C++ -- Difference between "throw new BadConversion("xxx")" and "throw BadConversion("xxx")"
C++ template and pointers
Conditionally instantiate a template at run-time
Using template instead of switch
Which of these will create a null pointer?
Declaration of pointers in C++
Storing expression template functors
How/What to return in this case?