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 2 3 4 5 6 7 ... 43
Title Δ
Why is an "identifier" considered ambiguous with "id... 0.00
Can somebody explain why this program can count the number of digit... -0.58
What is the difference between using a pointer symbol inside the an... -0.27
How to sort with usage of int*/double* in C++ 0.00
Operator++ from CRTP base is not visible for compiler -1.43
Strange call of copy constructor and destructor +2.73
My function skips a loop parameter in c++ +1.20
The difference between framework code and ordinary code 0.00
Explicit on copy constructor makes compilation error in c++. Who is... -0.01
Does static make a difference for a const local variable? +1.63
Usage of macros in std::string source -0.89
Problem with constructors and including headers 0.00
Vector array shows std::length_error and other things 0.00
Is postfix increment and decrement left to right associative or the... +1.09
Is there any method to safe handle twice freeing memory by delete-e... -0.56
Does malloc make string constants? +1.67
std::thread() and std::ref() cause build errors when used inside of... +0.01
Forcing Namespace Scope for Standard Namespace -0.76
Finding 3 Null terminator in Char Array 0.00
Definition of "allocation unit" in C++? +1.95
Getline skips last semicolon (csv) c++ 0.00
Guaranteed Atomic Operations on POD types naturally aligned on Intel 0.00
Why no ambiguity when choosing between templated and non-templated... 0.00
Error: return type 'class Polar' is incomplete, invalid use... 0.00
Vector push_back calls object destructor 0.00
Problem determining if input is integer C++ 0.00
Bitwise on negative and big number 0.00
how to eliminate use of goto in switch case -0.93
How to convert "std::vector<std::string>" to "... -0.03
How to trace the need of a library when linking? -0.52
Input iterator can be read repeatedly while Output Iterator can onl... -1.25
custom exception handling that throws exception and ends the progra... -0.53
Using namespaces and includes +0.95
is introsort better than merge sort (Time Complexity)? -1.61
Exception when allocating an array, no exception when allocating it... +0.47
Catch all Class Exceptions 0.00
Is the destructor the only thing ever called on the RHS of a move c... -1.57
Are pointers first, new and temp null pointers? +1.28
Prefered cast style from integer to enum QEvent::Type +2.00
try catch fails to handle segmentation fault inside a pthread -2.03
C++ member update visibility inside a critical section when not ato... -0.83
Why a copy constructor is called while throwing exception that is u... 0.00
Converting int value to char pointer difference in C and C++ +0.72
"opt" cannot appear in constant-expression -0.70
Accessing a variable using namespace and a template class 0.00
How to inherit a tamplate and accessing its parameters in C++ +2.24
Why does a class get referenced instead of its subclass when a poin... +1.12
Why should I use the extern keyword to declare variables in a names... 0.00
if I return a class in my function, where does it store? -0.40
How post-increment operator works with user defined types? -0.25