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 ... 13 14 15 16 17 ... 43
Title Δ
How can I properly increase C++11 std::atomic? -0.50
c++ function call via pointer can acess hidden base class member fu... -2.14
c++ (double)0.700 * int(1000) => 699 (Not the double precision i... +1.24
Avoid calling base constructor 2 times -0.80
Do move constructors need attribute that are moveable? -1.85
dynamic_cast in assert Causing Error -0.15
Do I really need to bend over backwards for a friend operator<&l... -1.49
Reducing the complexity of an o(n^3) c++ code +0.04
Exceptions C++: Catch by reference/value 0.00
Coverting a std::string into an array of bytes +0.80
Are int a = 5 and int a(5) equivalent in C++? 0.00
Does float size depend on operating system? +2.40
Classes with same name in different namespace +2.04
When to include foo.h in foo.cpp +1.16
Why find_if not working in my program? -0.62
C++ Insertion operator overload (<<) -1.30
Error handling with c++ 0.00
Working process of logical NOT operator in if(!(i%6)) +0.13
How to reject an integer if certain digits are not wanted +0.29
Global array storing counters updated by each thread; main thread t... -1.53
Converting arrays of one type to another +1.28
Terminate current thread in destructor 0.00
How to store a *signed* 24 bit int into another variable? -1.87
What is the most suitable type of vector to keep the bytes of a file? +1.04
String to ASCII conversion C++ +2.72
How to delete specific index of dynamic array? +0.53
How can specify the base class from whom I derive in multiple inher... -0.56
My template specialization differs debug version from release versi... -1.00
Sorting a vector of strings by the first letter in non-ascii order... -0.44
What happens to a timed condition variable e.g. std::wait_for when... 0.00
memset is not working with pointer to character -0.98
combining regex in c++ +2.53
Deleting content of a std::list -0.26
Exception thrown error 0.00
Pointers don't point to the right place in a vector of pointers... 0.00
C++ - std::map with an enum as key 0.00
Checking if an input is a particular type and in a particular range -1.68
Why do I have to cast an address into an integer to make it assigna... -0.30
Is it generally accepted to implement your own random functions ? (... +1.27
data member is inaccessible even though the class has been declared... +2.24
Using comma as macro name in C or C++ +0.29
User defined type conversions in C++ -0.79
thread safty of find() from a STL container of std::unique_ptr +0.39
Macro define for type is not working -1.51
Simple read a double array from file +0.17
Finding size of the vector 0.00
Why I don't need brackets for loop and if statement +0.99
Is alocating specific memory for a void pointer undefined behaviour? -0.07
Skipped condition and I don't know why 0.00
Why is (a = b) = c legal syntax in C++? +0.47