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 ... 33 34 35 36 37 ... 43
Title Δ
Alphanumeric to numeric in c ambiguity -1.02
Operator++: reference vs value return and unused argument +0.15
A nonconst vector whose elements cannot change - alternatives -0.98
What happens to a virtual base class on being derived in multilevel... -0.51
Should operators == or != throw in this case? -0.02
Freeing intermediate variable -0.27
Why is i = v[i++] undefined? +0.96
ISO C++ forbids comparison between pointer and integer? -1.49
deleting a vector +0.71
In C/C++ is x[i] * y[i++] always equal to x[i] * y[i] -0.77
odd variable scope in switch statement -1.72
Share C++ struct between two files -1.56
istringstream rounds long numbers - how can I prevent that ? -0.42
How to test for the success or failure of a C++ STL function (in Mi... 0.00
implementation safe nullptr -0.26
Why is it clear that a template function instantiation will not be... -1.36
deleting void pointer in visual studio headers +2.62
make one static library from whole project with cmake 0.00
C++, with vector<int[2]> can I push_back({someNum1,someNum2})? -0.43
do integer reads need to be critical section protected? -0.40
typedef - Primitive type to primitive type -0.84
Reversing or reverse iterating an unordered_map -1.31
Can't convert a function with a const parameter to a function point... -2.15
Documenting enum flags with Doxygen or similar +1.97
&& || operator interaction -1.06
rdbuf() reading junk +0.51
Most efficient way in C/C++ to trim extra whitespace except 1 blank... +0.73
Programme crashes while deallocating a character array -0.25
What does "new (&variable) value;" in C++ do? -1.23
Despite violation of the One Definition Rule, how is it possible th... -1.94
c++ regex::match_type_flag a.k.a. syntax_option_type -0.48
Does the C++11 standard guarantee identical random numbers for the... 0.00
Mysterious malloc memory allocation error when declaring vector 0.00
C++ defining a constant member variable inside class constructor -0.65
error C2440: 'initializing' : cannot convert from 'const int' to 'i... 0.00
is __cxa_throw safe to ignore with Core Audio? 0.00
Passing Enums as a Float -2.15
Adding pointers with size_t type value -2.00
Are C/C++ operator precedence & associativity rules ever violat... -0.44
Compiling OpenGL on Mac Error: Undefined symbols for architecture x... 0.00
C++ Compare const char* to std::string -2.06
C++ Random Number 1,0 Not Working -0.57
‘ostream’ in namespace ‘std’ does not name a type +0.10
Is it valid to assume that a reference is passed as a pointer +0.20
Inside function, call its overloaded version +0.90
Invoking virtual method in constructor: difference between Java and... +0.87
break exits the program - C++ +0.57
#define NOMINMAX using std::min/max +3.13
Conditional initialization in switch -0.87
How to find out whether iterator lies in a range? -1.75