Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
SirGuy
SirGuy has asked
11
questions and find answers to
53
problems.
Stats
1.6k
EtPoint
536
Vote count
11
questions
53
answers
About
Your typical physicist-turned-programmer with an enthusiasm for Linux.
SirGuy questions
C++ error distinguishing specialization when passing a const array
Programmatically find maximum static array size in C++
Is it legal to cast float* to std::complex<float>*
Can you legally dynamic_cast to non-polymorphic base class of a polymorphic class
Why does gcc -Wall give warning about zero-length format string?
Error calling user-defined operator+ on temporary object when there are extra brackets
SirGuy answers
Shared vectors in OpenMP
Can a C struct be defined multiple times?
Parameter pack expansion within parentheses gives bizarre output
No type named 'type' in CTRP derived class
Operator[] Overloading in MultiDimensional Arrays c++
How does BOOST_PP_SEQ_FOLD_LEFT work?
Iterator-reducer pattern for functions that may or may not return a value
Can I calculate a transformation matrix given a set of points?
sine result depends on C++ compiler used
Best STL transform - like template function for ternary operators