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 ... 29 30 31 32 33 ... 55
Title Δ
What changes to C++ made copy initialization work for class with ex... 0.00
Can I initialize a std::vector with '=' thanks to the opera... 0.00
Better way to organize initializer lists in constructors +1.89
Why do const shared_ptr<const T>& and const shared_ptr<... 0.00
Call std::functions +1.03
Return reference from function vs binding temporary to const ref 0.00
Number on non-assigned array +0.83
Undefined Reference To 'function +0.26
Write the pointer in the pointer array 0.00
Avoid copying all constructors in subclasses +0.62
Copying a string char by char in another string +0.25
std::vector, std::move and pointer invalidation 0.00
Why does std::forward converts lvalue and rvalue to rvalue reference? +1.30
Constructor argument and member with the same name +0.73
passing unique_ptr to object throws error 0.00
Why is std::string a standard layout type? -2.50
default constructor call vs. copy constructor call 0.00
C++: Is it safe to pass an argument like unique_ptr::get() to funct... 0.00
std::array : access member of element through smart pointer 0.00
C++ what's the process when declaring a user-defined class obje... +0.29
What is the syntax of using placement new in constructor initialize... 0.00
c++ vector constructor instantiation conflicts 0.00
Simultaneous overriding and overloading in C++ 0.00
How to call a template ctor of a template class? -2.11
conversion from nullptr_t to bool: valid or not? 0.00
Why do primitive and user-defined types act differently when return... -1.69
C++ Sort unable to resolve identifier begin and end?(Keeping arrays... 0.00
Does C++ map erase elements in loop invalidates iterator? (C++03) -1.40
cin overwriting my initialized value when it reads wrong type? +0.22
How to push back a data that the string iterator is pointing to int... +0.26
Why is it impossible to convert const X to X &? +2.11
Why this Github project converts a string to bool? +0.26
string as key in map, custom the compare function 0.00
Select template class constructors with different template paramete... 0.00
static_assert and class templates +1.54
Access base class protected members using pointers to base class in... +0.95
Is it possible that a function return a pointer using its parameter... -2.27
What does new(3) mean? -0.22
Why the overloaded method with const reference return value is not... +2.18
How to define a friend operator declared on a template in a namespa... 0.00
How to swap two value in generic way? +0.26
What is the right way to write friend function declarations in temp... 0.00
Can the C++ struct aggregate initialisation be used to create tempo... +0.67
Ambigous constructor call with list-initialization -0.88
Expected primary-expression before '{' token error 0.00
Why can't I use += operator on a list iterator? +0.82
Type deduction with template, method pointer and strings +0.49
Using a std::remove_if for vector of non-pointer types +1.54
Would this cause a memory leak using linked lists? -1.92
Global static variable not "staying defined" outside of f... -2.24