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 ... 6 7 8 9 10 ... 43
Title Δ
Why is char16_t defined to have the same size as uint_least16_t ins... +2.46
how can i get numerator and denominator from a fractional number? -0.57
Why compile-time floating point calculations might not have the sam... +1.63
Understanding what clang is doing in assembly, decrementing for a l... 0.00
Fastest way to check if array is equal to? -1.77
Is memcpy with this pointer safe? -0.78
can floating point multiplication throw an exception in C++? +0.87
Vector.push_back Issue +0.47
What is the diffrence between pass by reference and dynamic memory... -2.03
Convert text document to a char array c++ -0.42
C++ what is the difference of type * and type *& in function 0.00
Equivalence of static function for methods -1.74
How to use the selectively open feature of C++? 0.00
Is there a way to use pointers in recursion to find the minimum of... -2.10
Do C++ abstract classes need to obey the rule of five? +0.45
Get index of two biggest values -0.29
Why is delete[] not equivalent to calling delete for each element i... -1.11
How do 'operator' functions work when they're defined i... +2.51
c++ multiple inheritance and explicit constructor calls +0.87
Is it safe to copy a class into uninitialized memory? -0.64
Why does operator new[] allocate memory for the size of the array? -0.04
Why is rand()%6 biased? +1.52
C++ catch(std::exception & e ) vs. catch(...) -0.64
Which is better way to input string in c++ : cin>>string_var... 0.00
Pointer size on x86 and weird characters output +1.52
vector.push_back() method call is not working in c++ +0.45
Why is the C++ sort range [first, last)? -0.11
Error: use of overloaded operator '[]' is ambiguous while b... 0.00
Copying newlines between files in C++ +0.21
Getting an error in C++ using vector and struct -1.67
Binary Search Tree copy constructor in C++ +0.08
Effect of compiler optimization in C++ +1.76
What is the data type of output if i get the product of integer and... +0.30
is it possible to overload the increment operator (++) to increment... -1.72
'CalucateNumbers' is missing exception specification 'n... -1.20
How to correctly ensure I'm not accessing elements out of a mat... 0.00
Nesting Loops to create an american flag -0.55
Dynamic Memory Allocation and Arrays 0.00
find_if not working with const_iterator +0.93
How many entries are in a vtable for an abstract virtual function? +2.30
Implicit commutativity of operator overloading 0.00
C++ order of operations and modulus +0.47
Compile error when retrieving a value from a struct in C +3.08
When inputting 1 name with no spaces it says 'std::out_of_range... -0.54
Tic Tac Toe Generating Combinations of Boards C++ -0.06
Concurrent reads on non-atomic variable +2.06
How do I fix the size of my array? +0.49
ob->i supposed to return the adress of ob "this" but i... -1.13
c++ exceptions not caught in visual studio 2017 +0.46
Is there a simple way to ignore index error in c++? +0.51