StackRating

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

juanchopanza

Rating
1757.71 (33rd)
Reputation
194,038 (249th)
Page: 1 ... 26 27 28 29 30 ... 73
Title Δ
Why is it possible to get this enum member value without having to... +0.15
Defining vs declaring class +0.54
std::thread pass by reference calls copy constructor +1.23
access to private constructor by friend class +0.57
Why use const int parameter when overloading the subscript operator? +0.02
Why didn't std::for_each + lambda work as expected? +0.81
Boost Vector size constructor not working -2.69
How to replace a charecter in a string with another ?? in c++ +1.16
Wrong type of iterator used +0.19
Difference between std::search and std::find_first_of +0.71
What does explicitly initializing a member mean? -0.15
Default copy constructor and assignment for class with move constru... +0.58
Using a class as a template parameter for a STL class with forward... +1.19
Using a class as a template parameter for a templated class with fo... +0.88
Iteration performance Java vs. C++ +0.88
no default constructor exists for class x (inheritance) C++ +0.91
error C2678: binary '>' : no operator found which takes a left-h... 0.00
C++ std:string compilation error +0.83
How to find a single word in "std::vector<char>" co... -1.22
How to use pure virtual classes -0.95
What happens to the function const local object in C++? +0.69
About default and copy constructors +0.60
Please make me understand assigning derived class object to base cl... 0.00
C++ templates, porting from vc2005 to 2013 +0.21
C++ inheritance getting error +1.38
No matching function call to T::T() in class template 0.00
Friend methods in C++ is not working -0.29
Can I use loki ObjectLevelLockable in c++0x template 0.00
C++ Constructor setting value +0.20
Vector of vectors (char): core dumped +1.01
no operator "<<" matches these operands -1.27
C++ not declared in this scope/ What that means? I have problems wi... 0.00
Clang compiler error for very simple program +0.87
Point was not declared -0.32
How to sort an array of structures according to values of one of it... -1.89
C++ template std::vector::iterator error 0.00
invalid operands to binary expression when using std::replace c++ -0.30
Error C2679 when using '+' operator in a template to add template c... 0.00
How to access the member functions of a Functor using std::function... 0.00
array of chars in C++ +0.20
was not declared in this scope error +0.47
default initialization of aggregates -0.29
Regarding destructor in an array of objects +0.75
C++ how noncopyable works? +1.53
Array of objects - initialisation 0.00
double free or corruption (runs ok if reorder lines) +0.75
Replace spaces with int in a string in c++ +0.19
How can I recover original type of an object pointed by base class... -3.18
Memory allocation and working of std::map in c++ +0.62
Why does this work: returning C string literal from std::string fun... +0.27