SpiceQA
Questions
Tags
Users
Badges
user_658087
@user_658087
0
reputation
0
answers
5
questions
About Me
// Hello, World !
Top Answers
How do you pack three 4 bit signed integers (so 5 bits) into a single 16 bit integer?
10 votes
C++ Make derived class instantiable only from factory / base class
5 votes
Why std::optional is allowed to be compared to value?
3 votes
How can I get the most frequent 100 numbers out of 4,000,000,000 numbers?
3 votes
gcc suppress warning "too small to hold all values of"
3 votes
Top Questions
Creating "visualizers" for my types in C++ for vscode debugger
5 votes
0 answers
“use algorithms; don’t write code” for multi-step logic?
3 votes
2 answers
Why does an explicitly defaulted destructor disable default move constructor?
3 votes
1 answers
Adding custom type formatting, with all the usual options
3 votes
1 answers
difference in static vs anonymous namespace for second pass name lookup during template instantiation
2 votes
1 answers