SpiceQA
Questions
Tags
Users
Badges
user_1386054
@user_1386054
0
reputation
0
answers
13
questions
About Me
// Hello, World !
Top Answers
What is the difference between \r and \n?
100 votes
Should a function have only one return statement?
38 votes
Is it good practice to NULL a pointer after deleting it?
35 votes
Does using heap memory (malloc/new) create a non-deterministic program?
12 votes
Have there ever been silent behavior changes in C++ with new standard versions?
11 votes
Top Questions
Why does C++ disallow anonymous structs?
105 votes
7 answers
How to avoid code duplication implementing const and non-const iterators?
61 votes
6 answers
What's wrong with passing C++ iterator by reference?
48 votes
7 answers
Set iteration order varies from run to run
35 votes
7 answers
Does std::copy handle overlapping ranges?
25 votes
4 answers