Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Walter
Walter has asked
128
questions and find answers to
151
problems.
Stats
4.4k
EtPoint
1.3k
Vote count
128
questions
151
answers
About
programming numerical algorithms for astrophysical applications.
Walter questions
What is the difference between "clang" and "Apple clang"?
declaring more than one variable within a single auto statement
What C++ std compliant custom allocators are available?
linker error "relocation R_X86_64_PC32 against undefined symbol" despite compilation with -fPIC
variadic template arguments: can I pick reference vs value depending on type?
Do I need volatile when timing a piece of code?
How to emulate _mm256_loadu_epi32 with gcc or clang?
How to find out if inside an openMP parallel region?
compiler error with C++ std::vector of array
move ctor of class with a constant data member or a reference member
Walter answers
Parameter packs with specialization for one data type
C++ Move semantics with object having integer member
What is wrong with this use of std::enable_if?
What is the best\simplest\fastest way to create set of 1 element? (C++)
Specialize member functions based on size of member container
a function returning reference to real or imag values of a complex number in C++11
Is this bad RAII design?
Does noexcept apply to exceptions propagating from initializer lists
Performance degradation due to default initialisation of elements in standard containers
N-body algorithm: why is this slower in parallel?