SpiceQA
Questions
Tags
Users
Badges
user_415784
@user_415784
0
reputation
0
answers
10
questions
About Me
// Hello, World !
Top Answers
Entity Framework vs LINQ to SQL
48 votes
Can c++11 parameter packs be used outside templates?
28 votes
Is there an equivalent of Python's `pass` in c++ std11?
13 votes
Why is a std::list<int> not sortable?
7 votes
Why std::future is different returned from std::packaged_task and std::async?
5 votes
Top Questions
C++11 introduced a standardized memory model. What does it mean? And how is it going to affect C++ programming?
2133 votes
8 answers
Is if(items != null) superfluous before foreach(T item in items)?
139 votes
12 answers
Segfault on declaring a variable of type vector<shared_ptr<int>>
37 votes
2 answers
Why lifetime of temporary doesn't extend till lifetime of enclosing object?
35 votes
7 answers
Annotations on variables declared in try-with-resources?
21 votes
2 answers