SpiceQA
Questions
Tags
Users
Badges
user_8157187
@user_8157187
0
reputation
0
answers
47
questions
About Me
// Hello, World !
Top Answers
How do I create a "spacer" in a C++ class memory structure?
45 votes
Should I avoid using goto here? If so, how?
28 votes
Foreground service getting killed from Oreo
25 votes
Why is there now a difference between "{static const char a[]={...}" and "{const char a[]={...}"?
17 votes
Why does const_cast remove constness for a pointer but not for a pointer to a const?
15 votes
Top Questions
How do I iterate equal values with the standard library?
41 votes
6 answers
Is delete allowed to modify its parameter?
37 votes
4 answers
Are structs of variables of the same type layout compatible with a struct containing an array of that type?
23 votes
2 answers
Does attribute specifier sequence inherit?
21 votes
1 answers
Does std::construct_at make an array member of a union active?
19 votes
2 answers