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 ... 10 11 12 13 14 ... 43
Title Δ
How to sort a vector using sort() in c++ -0.92
function prototype variable scope C++ +0.44
check if string contains only unique chars using .at(int) -1.19
Why is the last row of my array filled with random numbers? -0.56
Self-assignment of variable in its definition +0.02
Purpose of non-member functions like atomic_store() 0.00
Why does my C++ program output this? +1.58
Why is it that string s; will always result in an empty string? 0.00
C++ istream::peek - shouldn't it be nonblocking? -1.37
integer minus a class 0.00
How to make static callback c++ 0.00
Will consumer thread receive condition_variable notify signal if sp... +0.41
Range-based loop does not work with pointer of arrays +1.71
how to send a 1D pointer to a function which requires a 2D pointer... -0.20
C++ Running boost thread from a constructor of a class +0.45
Loop to add all 26 letters into s using set Template Class +0.07
How to free a pointer after it has been initialized to the first in... -0.89
while loop with unsigned integer condition -0.48
int and const int in C++ +0.89
Regular Expression to C++ code +2.05
Is is possible in C++ to throw nothing? -1.77
What does this simple line mean? 0.00
Using floor to get whole number from double -1.36
For loop to increment by decimal -0.84
Are all integer values perfectly represented as doubles? +0.51
Is there a way to suspend OS shutdown or restart in C++? +0.34
C++ Inline functions and template function in header-only library 0.00
removing trailing zeroes for a float value c++ +1.01
How does c++11 std::ref work? 0.00
C++: how to specify thread function in a complex template class? +1.93
Is using #define and typedef with data type a good practice? +1.16
Is clang++ ignoring extern "C" for some deprecation warni... 0.00
How to set the value of a variable of derived class by using the ba... -0.30
why do we put :: (scope resoulation operator) before iterator? -1.86
Tricks compiler uses to compile basic arithmetic operations of 128-... +2.34
How does the compiler distinguish nested objects if they have the s... +0.27
double tabs printed when writing single tab in c++ strings +0.57
pthread_cond_timedwait timing out late when large load put on CPU -0.40
C++ invalid order of execution for cin and cout on XCode 0.00
I think my code is all correct but it does not work +0.44
endl not creating new line in output file 0.00
How to properly convert a vector<int> to a void* and back to... -0.58
Why does delete[] result in heap corruption error? -0.21
Safe to use int in multithreaded single writer multi-reader code +0.45
c++ pointer to data member and member type inheritance 0.00
How to use regex to match strings that don't contain special ch... -0.56
c++ error: cannot convert basic_string<char>}' to 'co... 0.00
why caffe use #define macros to create function 0.00
Is the lifetime of a reference extended? +0.39
How is std::stoi implemented? +1.34