SpiceQA
Questions
Tags
Users
Badges
user_4117728
@user_4117728
0
reputation
0
answers
31
questions
About Me
// Hello, World !
Top Answers
Do all C++ operators return something?
81 votes
What STL algorithm can determine if exactly one item in a container satisfies a predicate?
78 votes
What is the difference between constructor "=default" and the compiler generated constructor in C++?
41 votes
Why is the return type of std::rand() not an unsigned int?
41 votes
Why is 'new int (*)[10]' wrong?
15 votes
Top Questions
"is not required" == undefined behavior?
33 votes
4 answers
How to prevent implicit conversion from int to unsigned int?
30 votes
3 answers
Why does = default member initializer request instantiation of unique_ptr destructor while {} does not?
16 votes
1 answers
how to get enum value from enum type?
12 votes
2 answers
Is it ok to define a function using SFINAE that requires non-existance of the function?
12 votes
2 answers