SpiceQA
Questions
Tags
Users
Badges
user_7151494
@user_7151494
0
reputation
0
answers
23
questions
About Me
// Hello, World !
Top Answers
double precision in C++, 308 digits or 15 digits?
12 votes
Why do std::ranges algorithms lack parallel overloads (taking an execution policy parameter)?
11 votes
C++ Inline lambda argument
10 votes
Printing char arrays c++
9 votes
how to pass an array with different sizes to my c++ function?
9 votes
Top Questions
Do I need to put constexpr after else-if?
72 votes
1 answers
std::mt19937 fails when std::uint_fast32_t is 4 bytes in GCC
13 votes
1 answers
Why was std::ranges::less introduced?
11 votes
2 answers
Why does an exception thrown in a constructor fully enclosed in try-catch seem to be rethrown?
10 votes
2 answers
Use of 'auto [...] 'before deduction of 'auto' with recursive, concept-based function template
9 votes
1 answers