StackRating

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

Pete Becker

Rating
1471.95 (4,516,747th)
Reputation
59,790 (1,552nd)
Page: 1 ... 11 12 13 14 15 ... 43
Title Δ
What does it meaning by "the argument for two classes"? 0.00
C++ Growth of containers containing containers? -1.73
Fixing odd compiler errors with std:: qualifier 0.00
Why my code output NaN? 0.00
Private virtual function of base is hidden by private virtual funct... +2.17
Derived functor not called when passed as template parameter 0.00
Why should we use "#include<iostream>" while we are... -0.69
Can int be unsigned int by default in some platform? +0.83
Why is const char INITIAL='G' not an assignment statement? +2.14
Why CTOR is not called N times when I create a vector of N objects? +1.44
How to obtain single value from multiple threads (array summation r... -0.04
C++ primer class definition (beginner) +1.66
What is the logic behind this base conversion function? -0.95
What is wrong with my code that creates a static data member? 0.00
Concatenating string and int in c++ +1.96
Proper use of a functor in std::for_each and std::transform +0.50
How does this code works in c++? +1.07
Parse Simple Syntax with only Keyword and Number Extraction +0.18
Why is the behavior of assignment operation in while loop's con... -1.88
Has the compiler defined assign operator to call the copy construct... -1.37
How to access the beginning of an iterator in a pair in c++ 0.00
std::copy_n doesn't change destination vector size -0.10
static_cast from base class pointer to derived class pointer is inv... +1.43
Why is a "friend class" not verified for existence? -1.46
how the static variable works in c +1.21
comparison operator in for loop in c++ -0.38
Is there a difference between `string s("hello");` and `s... -1.08
Issue with base converter function 0.00
Extract a substring between delimeters in C++ -1.23
C++ cout like function, which writes data to file (logging) -1.00
Header name containing quote Inclusion -2.36
How to change the default integer value in a map? -1.25
std::back_insert_iterator in C++17 0.00
Why wont this program run, but it will build? +1.78
Own iterator crashed with std::sort +2.96
What does this declaration means "int(*ptr[3])();"? -0.88
How to improve multithread performance in C++ 0.00
implicit conversion fails in function parameter -2.10
How to check if the numbers aren't the same value while using r... +0.46
Stop infinite loop in different thread +1.90
function pointer to methods of different classes 0.00
Avoiding deadlock in case of nested calls when designing thread saf... -0.82
Alternative to cstdlib's rand() 0.00
function overloading - passing constant vs passing variable C++ 0.00
How to take an rvalue reference parameter and pass it on elsewhere? +0.46
atomic increment and return counter -1.76
Proper way to mark the end of an array +2.39
deallocate of allocator in C++ 0.00
How does resolution of class member identifiers works in c++ -0.85
How to understand atomics in a freestanding C or C++ implementation? +2.21