StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

songyuanyao

Rating
1756.69 (35th)
Reputation
104,828 (688th)
Page: 1 ... 35 36 37 38 39 ... 55
Title Δ
Why does variable declaration work well as the condition of for loop? +0.29
Is there a better way to cast a variable to 'const' after a... -0.79
Why is the copy constructor called when I am not passing an instanc... +1.96
expected class-name before '{' token error 0.00
Class partial template specialization for single function, how to s... 0.00
C++ structure initialization with all zeros +1.30
Why do i get an error no match for 'operator^' 0.00
How to pass Dynamic Array by reference C++ +1.39
std::unordered_map pointers/reference invalidation 0.00
Why do we use copy and swap when using assignment operator? +0.30
while calling a constructor from copy constructor it calls destruct... +0.31
is it a good style to compare strings this way? 0.00
Using static_cast in character array to use string functions +0.31
Quickly assign all the members of a base object to a derived object... +1.00
Why can std::swap correctly swap custom objects? 0.00
What happens when delete a polymorphic object without a virtual des... +0.31
What is the difference between "const int& jj" and &q... +0.66
How to declare operator/ overload function to operate on a const va... 0.00
function of generic container of specific specialization +1.20
Why is the return type reference to output stream? -0.20
How to cast from parent to interface of chlid class +1.82
Hash define to the first element of an array causing a null point e... +0.55
Why std::function does not implicitly convert to bool in C++11? 0.00
Passing character array? +0.32
Assigning array to std::vector gives incorrect output -1.65
Why can't I return a shared pointer in C++14 when the function... -0.21
Why is there a difference in call of constructors when passed by va... +1.18
Printing std::vector of a user defined type 0.00
Why dereferencing a unique_ptr won't modify the original object +1.59
What does an exclamation mark in array index do? -2.18
Narrowing from literal doesn't cause warning 0.00
Initializing and Constructing Arrays of Objects in C++ -2.05
Reference to the this pointer: GCC vs clang -2.37
Why GCC 5.3.0 gives warning when binding reference to "this&qu... -0.35
Cannot recognise the typedef type defined in .h file 0.00
debugger for emacs to step through java source code -0.18
C++: how is construction by initialization list done? 0.00
How to compare user input (from std::cin) to a string? +0.34
Does "friending" the base class in CRTP inheritance affec... +1.08
c++11 metaprogramming: check for method existence +0.31
Can a friend class object access base class private members on a de... +0.04
Different behaviour of comma operator in C++ with return? +0.84
Cannot convert argument from int * to const int *& -0.44
Incrementing a variable used twice in an initializer list - undefin... +0.87
const propagation to std::array of pointers +0.34
error C2512: 'rect' : no appropriate default constructor av... 0.00
Why can't I use '0x80000000' to initialize an array of... +1.33
C++ Weird string/char* exception behaviour -1.31
What's this usage of the variable cast to void in function body? 0.00
Returning an object confusion +1.24