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 ... 43
Title Δ
Scalar `new T` vs array `new T[1]` +0.39
How to get the first letter of words in a sentence *without* pointe... -0.28
How to tell if two variables have the same type at compile time? -2.17
Wrong outputs in Decimal to binary conversion after input of 1024? +2.10
Is there any built in function to check whether given two numbers a... -0.68
Why is Xcode not recognizing argc? -0.95
bool function doesn't work as a while condition +0.94
Make variable string ignore escape sequences -0.54
Problem with my homework: boolean expression +0.12
Upgrading the status of a base class to a brand new instance of an... +1.45
the base argument of std::stoi 0.00
What's the point of a PROTOTYPE macro that merely expands to it... +2.15
Does malloc and new know about each other? +0.47
Why use 'struct' keyword in class pointer declaration in C++ -0.99
The conditional operator is not allowing the program to terminate -1.52
using const double* const as a template parameter - code perfomance... -1.53
Enable template if functor passed as argument takes no argument -0.96
Why does my code break at the first if statement? +0.47
Why std::call_once behave different in joined and detached threads? -1.36
Inclusion of other headers into the header containing class definit... -0.96
Why is 1e-12 + 1 = 1 in C++, but not in C? 0.00
Why is allocating heap-memory much faster than allocating stack-mem... +0.92
Can I legally cast a member function pointer to a function pointer? -0.27
Is it right to use std::condition_variable::wait inside a while loop? 0.00
Why size of pointed object of pointer is not zero even if we assign... -1.08
Function pointer parameter without asterisk +0.52
How do i access specific indexes within an array using pointers in... -1.60
Do inline functions retain their context within the function they a... 0.00
How to fix an error when resizing array in c++? +0.88
Manual unlocking done before notifying 0.00
Any way to display contents of a structure via a vector? 0.00
What is compiler diagnostic? -0.87
Which of these two is the proper way to implement a header? +0.46
Why 54 + 400 = 453? -1.57
Ignore type of variable in C++ +0.47
Call a method of class inside a thread in C++ -0.54
How can we implement ostream function as member function of class ,... 0.00
How many numbers higher than average [C++] -0.21
For the erase-remove idiom, why is the second parameter necessary w... 0.00
I want to make a code that separates the values of individual digit... +2.37
Why does a pointer not inherit the fixed size of a string literal -1.62
Comparing str.erase() efficiency in C++ +0.45
Which C++ standard include files force code / data to be added to o... -1.83
Why is friend keyword required when overloading operator<<? 0.00
When to check if item already exists in C++ set/map? +2.24
Input double into int variable using istream encounting error +0.44
Pointer to function in class variable +1.37
C++ convert char to int -0.04
Using a header on two files in c++? +0.45
Return type of main( ) under GNU g++ Compiler +2.16