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 ... 16 17 18 19 20 ... 43
Title Δ
Loss of data while ordering an unordered_map c++ +1.86
Limit string length within a set? -0.02
C++ How to make function pointer to class method 0.00
Splitting char on new line -0.52
memory freeing in STL containers -0.09
Octal to Decimal Conversion ( DEBUGGING) +1.70
Postpone static variable construction in C++ -0.17
Misunderstanding Polymorphism C++ +0.46
How to create a main menu function that has goto statement in it? 0.00
interpretation of keyword new in C++ 0.00
What type for virtual function does a class have when a member dest... -0.86
Why are templates not redefined, why is it all written in the heade... -0.30
Parse number until comma +0.21
Accelerated C++: Undefined symbols for architecture x86_64 0.00
Use string or array of char for filename? -0.12
C++: Filescope constants with same name are breaking one definition... -1.64
Proper use of assert() in c++ +0.47
Inferring template argument type, template class versus template fu... +1.95
Why is this crashing? How do I fix it? 0.00
Why does casting a raw pointer to a unique_ptr not delete the origi... -0.64
C++: Is dividing by cos(x) safe? +0.07
How to reuse code (function) in c++ 0.00
How to end my while loop? +0.52
Cannot jump to label 'fin', error: from here, and crosses i... +2.41
debug assertion failed! (c++) -1.61
Operator Overload "new" C++ +0.42
Read in Dollar Amount (with dollar sign) C++ +1.16
What causes int8_t and int_fast8_t to be different? +2.47
Can I only have const overloaded operator member function? +1.99
c++ multithreading : terminate called recursively 0.00
square was not declared in this scope +0.21
What is the convention for main function return values in C++? -0.75
What does std::find return if element not found -0.51
Vector operator [ ] return value +1.56
Constructor: function does not take 3 arguments -1.82
Was there ever a version of C++ that kept a variable declared in th... +1.22
% doesn't work after rand() c++ 0.00
Understanding the code for std::move() -1.69
How do two structures with same name and with different Template ar... +2.46
Is it safe to cast a member function pointer to one of another clas... -1.90
Runtime error in my code though its correct 0.00
How to remove common values from two string lists -0.58
Decimal precision vs. number of digits in printf(), fprintf() in fo... +0.99
return 1 vs return 0 (user and programmer) -1.04
How could I get the same result using functions like strncat, strcat? -1.91
Why is it supposedly bad practice to declare a variable in the priv... -1.11
Does iterator need to include any type information from the contain... +3.02
Default argument for 'bool&' in function declaration -0.02
Improving the binary search algorithm by modifying it so that it wo... -0.99
What kind of optimization would increase my performance? +1.73