StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

David Haim

Rating
1520.54 (30,837th)
Reputation
18,629 (7,452nd)
Page: 1 ... 6 7 8 9 10 11 12
Title Δ
Any way to modify 'this' in JavaScript? -0.27
Initializing array in a node of a tree in constructor using VS 2012 0.00
Memory Layout during downcasting in c++ -0.01
Multiple operator overloads results in ambiguous call +1.51
Dereferncing NULL pointer to member function of class +0.03
Why C++ concurrency in action listing_6.1 does not use std::recursi... -1.29
Passing functions and member functions as an argument to another fu... -0.05
Difference between constructor calls with and without ( ) -0.40
Why is a vector treated as if it was passed by value even when it i... +2.35
Writing and reading a file 0.00
How to convert WORD type to string in Visual C++ 0.00
How to specialize a template member in a normal class for a templat... -0.34
MSVCP140.dll missing +0.15
How does the return statement work in C? -0.71
cost of virtual calls with optimization -0.48
Leads a C++11 std::mutex lock the blocked thread into a passive wai... 0.00
How do you get the pointer of something you dereferenced? -0.85
How to initialize a vector of shared_ptr for classes that take one... +1.69
condition_variable without mutex in a lock-free implementation +1.40
Relying on order of initialisation -0.48
Can #ifndef ignore method or variable duplications? 0.00
C++ Syntax for accessing operator () from a pointer to an object -0.16
Order-maintenance data structure in C++ -0.48
Are the methods in the <cstring> applicable for string class... +2.68
Multithreaded Recursive task synchronization 0.00
C++ String to byteArray Convertion and Addition +1.78
Why is there no reserving constructor for std::string? -1.79
One producer thread, several consumers +0.02
Read a utf8 file to a std::string without BOM 0.00
C++ array size inferring from integer template +2.09
What to return when dequeue is called on an empty templated C++ Que... -1.23
What does this syntax " decltype(*(T*)(0)**(U*)(0)) " mean? -1.24
How to set values in C++ template object? -0.49
std::for_each() and calling constructors/destructors -0.82
why does output of an address of pointer is different? +0.82
Assigning a string literal to std::string +1.06
Observer with multiple subjects using std::unordered_set +0.50
C++ compiler does not detect error in class template -0.70
What sizeof(*v) means in C? +1.90
Difference in object definition with and without "new" +0.49
Why "move semantics" rather than simply memcpy? -1.67
Is using a non-ptr at std::map's value a good practice -1.01
unique_ptr and library with C API with pointer to pointer funciton... -0.79
How fix compile error: invalid initialization of non-const referenc... 0.00
Arrays and scanf issues; values to use with scanf -0.45
How to infinitely nest an object polymorphically +1.39
Lambda callback depends on its parameters -0.77
Why does this Window Assets in win32 code print in Chinese or Japan... +0.50
Optimal way of reading a complete file to a string using fstream? +0.76
why is the dynamically allocated object going out of scope outside... +0.02