StackRating

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

user396672

Rating
1449.14 (4,532,883rd)
Reputation
2,239 (75,150th)
Page: 1 2
Title Δ
C++ compile time counter in macros 0.00
shouldn't std::pair<T1,T2> have trivial default construct... -2.14
Assigning the answer of sin function to the term sin(X) in prolog +0.67
How to find the allocation address of inherited classes +4.04
Thread-safe Settings +0.64
SFINAE on default parameter value 0.00
Is pointer dereferencing atomic? +1.09
Placement new to avoid copy constructor -2.94
why no warning for implicit type conversion? -3.22
Copied const object in lambda closure not mutable -3.34
Detecting function parameter type -1.45
implicit conversion operator +4.72
How wide-spread is this GNU extension on ternary operation? -3.64
string comparison with user build string-like type -1.93
"if" block without curly braces makes subsequent "el... -3.01
Allocation of variable-sized class -1.94
C++ Structure Initialization -1.31
Injection of a friend declaration into a namespace, Eckel, Vol1, pg... +0.44
Prevent user from derive from incorrect CRTP base +4.50
Why does the compiler require `delete [] p` versus `delete p[]`? -2.86
Passing a superclass function as non typename template parameter +4.13
How to get struct member with a string using Macros C++ +4.40
Partial specialization of a method in a templated class +4.46
How can C++ compiler optimize incorrect hierarchical downcast to ca... +0.07
templates which contain instantiations of themselves, recursion in... -3.59
Cross-platform C++... platform-specific code sections in one file,... -0.98
Will a reference bound to a function parameter prolong the lifetime... +0.92
When can I compare pointers to the same object in c++? -0.31
Dyamic vs Static Polymorphism in C++ : which is preferable? -3.18
Whats the proper way to flag a thread to exit using boost without c... 0.00
Thread safety of multiple-reader/single-writer class -3.31
c++: Access to members of a class that contains the class that want... -3.51
C++ Virtual template method -3.46
Optimistic locking strategy with atomics in C++ and ordering 0.00
Is there a C++ allocator that respects an overridden new/delete? +4.45
c++ shared_ptr of stack object -0.91
Virtual inheritance (diamond) - Why do I need to upcast to Base cla... +3.96
Should one put output operations into a destructor? -1.81
ordered version of unordered_map? -2.22
Is it possible to "add" to the default copy constructor? +0.82
Should ALL global variables be volatile-qualified? -3.04
Calling the function pointed by a Pointer-to-Member-Function from w... -1.23
Problem for template class<class_name> that has bitset as arg... +4.74
What's the use of the private copy constructor in c++ +0.52
c++ passing arguments by reference and pointer -1.66
boost spirit to parse a structure +1.12
virtual function default arguments behaviour -2.05
Organize includes -1.17
should we delete the observer when unregister it? -2.62
pthread - How to start running a new thread without calling join? +3.11