SpiceQA
Questions
Tags
Users
Badges
user_7359094
@user_7359094
0
reputation
0
answers
7
questions
About Me
// Hello, World !
Top Answers
Why does the delete[] syntax exist in C++?
171 votes
Why has std::reduce been added in C++17?
41 votes
Terminate called after throwing an instance of an exception, core dumped
16 votes
How to reorder function parameters?
16 votes
Is noexcept useless when not throwing is zero-cost?
14 votes
Top Questions
Is `new` in `new int;` considered an operator?
84 votes
6 answers
What is the relationship between the end of object's lifetime and when it ceases to exist?
12 votes
1 answers
Are preprocessor directives allowed in a function-like macro's argument?
8 votes
1 answers
Data member pointers as associative container keys
6 votes
1 answers
What kind of value does a pointer hold after using it to explicitly call the pointed object's destructor?
5 votes
2 answers