SpiceQA
Questions
Tags
Users
Badges
user_3204551
@user_3204551
0
reputation
0
answers
1
questions
About Me
// Hello, World !
Top Answers
Why is public destructor necessary for mandatory RVO in C++?
15 votes
What is the point of the complicated scoping rules for friend declarations?
13 votes
When i use cout.tie(NULL), program doesn't print anything for my code, but if i print endl, program works fine
9 votes
Is modifying an object through a pointer to const undefined behavior?
8 votes
How to convert a std::string to L data type
7 votes
Top Questions
Can the compiler optimize out the empty base if the class contains a member of base class type as first element, followed by other members?
3 votes
2 answers