Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Alexandros Gezerlis
Alexandros Gezerlis has asked
5
questions and find answers to
4
problems.
Stats
175
EtPoint
57
Vote count
5
questions
4
answers
About
You can call me Alex.
Alexandros Gezerlis questions
Constructor initialization list: code from the C++ Primer, chapter 16
Why does const_cast need to state what you're casting to?
exec n<&m versus exec n>&m -- based on Sobell's Linux book
excess positional arguments, unpacking argument lists or tuples, and extended iterable unpacking
Alexandros Gezerlis answers
In C++, in the definition of functions, the argument identifiers are optional. In which scenario this feature could be useful?
C++ Report alternatives?
Good book for Monte Carlo methods in c++? [closed]
Proper Trigonometry For Rotating A Point Around The Origin