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
43
questions and find answers to
135
problems.
Stats
3.4k
EtPoint
1.0k
Vote count
43
questions
135
answers
About
Mathematician.
In 2003 I graduated from the Moscow Institute of Physics and Technology.
Alexey Malistov questions
Wrong screen size for Retina display in Matlab
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?
Alexey Malistov answers
invalid static assert behavior
Consecutive Tables in LaTeX
Algorithm for finding all cycles in a directed graph on C++ using Adjacency matrix
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?