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 ... 5 6 7 8 9 ... 43
Title Δ
How to write a C++ boolean function which uses n times the ternary... +0.93
global variable multiple reader one writer multithread safe? +1.21
How can I stop a For loop in C++ when two conditions are met? -0.37
Should conversions from non-const iterator to const iterator be avo... -2.35
How do I create C++ map of object function pointers? 0.00
error using typedef inside class template 0.00
How come these symbols: +!!"" = 1? c++ -1.63
Callback inlining 0.00
What's the meaning of subtracting 'a' from elements of... +0.82
when/why should i use static in c++? 0.00
Implicit virtual vs explicit virtual in inherited classes at compil... 0.00
invalid operands to binary expression - using for and iterators +2.55
c++ internal linkage for name having namespace scope +0.47
abstract class in .h or .cpp file or both? 0.00
Exception not caught after signal -1.99
Why explicit template arguments are required when overriding virtua... -1.29
Heapsort with STL Priority_Queue -0.47
In C++, if "int a = 3; int* p = &a;", then why is &qu... -0.72
C++: Storing std::set_union() output in a std::multiset 0.00
How do I interpret an #if/#else bitfield? (VC++ noob) -0.10
diamond inheritance virtual member casting with pointers 0.00
How to calculate 64-bit hash on 32 bit platform in C++? 0.00
C++ Reading an unknown number of integers to cin and outputting the... +0.44
destructor is called twice for std::vector with optimization level 0 0.00
Custom Iterators 0.00
SubString matching using Regex 0.00
Why do we even need the delete operator? (Can't we just use del... -0.36
Explanation of std::function -0.54
Why std::vector<uint8_t>::insert works 5 times faster than st... +0.27
Why cant items from std::set be 'popped'? -0.53
std::async is not called immediately +0.97
Why Does Pushing Back Local Variable to Vector Works -1.77
Why are escape characters not working when I read from cin? -1.00
What will be the size of an array pointed to by its class's own... -0.44
C++ array greater than 0 print code -1.10
Replace dollar + number with other string -0.53
Creating separate implementation and header files -0.04
Why gcc warns about narrowing conversion only for uniform initializ... -0.94
difference between basic_iostream and iostream? 0.00
Is function overloading pointless? +2.42
difference between function hiding and overloading -1.26
Why does .at() member function of a vector return a reference inste... -0.54
Why put an enum in a struct and then use a typedef name? +1.92
Find and replace elements from a vector by value +0.01
How to migrate C function pointers to C++? 0.00
Logical operators' precedence in C -0.89
C++ third party library typedef conflicts with standard stdin.h 0.00
What is the difference between the two initialization: Foo f(); Foo... -1.25
Generate random char/digit -1.49
c++ when will while(cin>>s) stop +0.45