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 ... 12 13 14 15 16 ... 43
Title Δ
If #define is used without any assignment value, what will it do? -0.70
std::setprecision not showing trailing decimals -1.77
c++ exception in destructor -1.07
Why does std::string return the tail of the string when adding an i... -1.38
Aren't non-const variable considered external by default? +0.18
Pass an array to a void function, and recursively print the elements +0.21
How does compiler(GCC) deal with the access control for C++? +1.11
Storing different kinds of enums in same vector - C++ +1.73
left shift count >= width of type - adding UL or casting individ... 0.00
#include <iostream> in C++? -0.64
Is it possible to use threads if they have to write on the same vec... +0.45
Overridden << operator not recognized -1.63
compare two strings by indivual characters c++ -0.55
Memoryleak when using std::unique_ptr -1.19
Is there a "generic" iterator type to be used in C++ for... -1.21
How does new operator knows how much size needs to be allocated for... +2.50
C++ overload virtual function in abstract class with abstract class... 0.00
Sort list of objects, using sort() algorithm c++ +0.08
accessing private struct inside class using class member function -0.05
Is it safe to read an int that is being concurrently incremented wi... +2.00
Overloading '=' does not work +0.44
Locks with multiple threads parallel programming in C++ +0.45
c++ using math.h for sin returns "too many arguments in functi... 0.00
How to write a STL-compliant container but its size is unknown? 0.00
What is the need for input and output iterator? +0.92
Binding rvalue to const lvalue reference -0.04
Converting all void functions to non-void function +1.07
Appending long double literal suffix to user inputs in c++ +0.46
c++ atof. How to check wrong input? -0.25
C++ multiple inheritance - same methods in base classes but with di... +0.45
Why clang on Mac automatically includes some missing headers? +2.46
C++ memory semantics and globals that are set at the start of a pro... +2.47
Does the C++ standard specify that for some cases the compiling sho... +1.04
Assertion thrown in Release but not debug - necessarily a compiler... 0.00
how does this switch block executes? +0.32
How to override default destructor for std::atomic classes 0.00
Multiple Inheritance functions 0.00
Is std::call_once lock free? +2.15
Four-way equivalence -0.03
Can I cast an ostream as an ofstream? -1.24
How can i generate random char from variable -1.11
isdigit() isn't working in a simple program? +2.27
Use mutex or not in a concurrent reading +0.88
c++ atomic: would function call act as memory barrier? +2.24
initialise object with equal operator -0.84
Is it safe to `std::move(*this)` into an object being created from... -2.26
Using private abstract method in derived class -0.04
I can not have a Constructor method / prototype that takes multiple... 0.00
C++ 17 parallelism hardware implementation 0.00
Forward declaration of returned type of function +0.74