SpiceQA
Questions
Tags
Users
Badges
user_673852
@user_673852
0
reputation
0
answers
11
questions
About Me
// Hello, World !
Top Answers
Why does long long n = 2000*2000*2000*2000; overflow?
29 votes
What is the point of `std::make_optional`
19 votes
Why do you need to recompile C/C++ for each OS?
14 votes
Why does this compile? cout<"Yes";
10 votes
How to use copy elision when function is called in if block
7 votes
Top Questions
Why does this code take so long to compile with g++?
12 votes
1 answers
Is there any difference between virtual destructor=default and one with empty body?
9 votes
1 answers
Does discarding a value result in reading it?
7 votes
2 answers
Does exit() flush and close `ofstream` objects?
4 votes
2 answers
Does FENV_ACCESS pragma exist in C++11 and higher?
3 votes
1 answers