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 ... 31 32 33 34 35 ... 55
Title Δ
Correct syntax for friend template function +1.13
How to get push_back to work in C++ program 0.00
Unexpected output on pushing and retrieving values from c++ vector 0.00
How to define a type alias for a template in a class 0.00
Why is for(;;); an infinite loop? -2.81
Extern on global vector variable does not work -1.47
No matching function call when passing iterators as arguments 0.00
Declaration in .h. Definition in .cpp. Correct? +0.60
How to use a unique_ptr as an argument to a function that requires... -1.95
How to stop a destructor from being called on a stack allocated obj... +1.21
C++ Error no matching function for call to static template method 0.00
Trying to create queue using stacks. Why am I getting a void to int... +0.28
Assignment operator overloading: returning void versus returning re... -1.32
Get types of classes for templates +1.32
is * mandatory while doing typedef of a function pointer? +2.28
Virtual Function Signature Mismatch and its behavior 0.00
Overloading ostream of vector template with iterator +0.95
std::queue::pop() operation on its std::unique_ptr data 0.00
Difference in implementation of datatype& const var_name in Vis... 0.00
How to friend with a template (alias) class defined by "templa... 0.00
Weird characters appearing in place of inputted strings +0.27
Non member comparison operator for a template class 0.00
initialize std::array without copying/moving elements -1.55
does make_unique value initializes char array +0.17
Storing a reference inside a class -0.20
C++ : How does creating an object on stack within a loop works unde... +0.10
Is it possible to create a generic method or class that one can use... +0.26
Different results obtained by using generic lambdas and automatic r... -1.05
issue with using pointer to member function 0.00
segfault when indexing [] into unordered map -1.81
Declaring variable inside a class with templated class type given t... 0.00
Why data members can be specified to be of a class type only if the... +1.40
Templated method pointer - can't match pointer for function arg... 0.00
Applying a function to elements of a vector of arrays 0.00
Why does C++ allow you to move classes containing objects with dele... 0.00
std::copy_n doesn't change destination vector size +0.58
C++ Immutable custom class pass by reference or value 0.00
What's the iterator types of sequence containers? 0.00
life time of a static variable in a function -0.30
Function pointer to global operator compiles on VC++ while clang gi... +1.35
Reducing code duplication for const and non const nonmember functio... +0.27
c++ defining class in another, not enclosing, namespace via "u... +0.90
Cant access memory location declared in array -1.20
Objects that can be initialized but not assigned +0.05
C++ operator precedence in output stream +1.44
Singleton- linkage error -0.48
Impossible implicit move operations? +1.33
c++ template specialization, error when using typename +0.26
Undefined Reference to Class 0.00
Range For Loop over an Element of a Map 0.00