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
58
problems.
Stats
1.7k
EtPoint
551
Vote count
11
questions
58
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
Adapting an empty struct for Boost Fusion
printing a boolean value in c++
Is iterator range vector construction or vector erase faster?
Generate a set of tagged and indexed specializations of a class template using Boost.Preprocessor
enum to unsigned int
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++