SpiceQA
Questions
Tags
Users
Badges
user_5612562
@user_5612562
0
reputation
0
answers
39
questions
About Me
// Hello, World !
Top Answers
What is the <=> ("spaceship", three-way comparison) operator in C++?
210 votes
In a structure, is it legal to use one array field to access another one?
64 votes
What is the purpose of the "volatile" keyword appearing inside an array subscript?
40 votes
Why is a parameter pack allowed after default arguments?
21 votes
How can this structure have sizeof == 0?
19 votes
Top Questions
Confusion about array initialization in C
105 votes
7 answers
Why can a const member function modify a static data member?
89 votes
4 answers
What exactly is std::labs() there for?
47 votes
1 answers
What is the purpose of the "volatile" keyword appearing inside an array subscript?
43 votes
2 answers
Is "enum class" a class type in C++?
41 votes
2 answers