StackRating

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

Ayjay

Rating
1495.62 (4,247,880th)
Reputation
2,255 (74,643rd)
Page: 1 2
Title Δ
Will this static_assert ever be triggered? -3.38
C++ Error with the operator* in a custom iterator for a b-tree +4.02
srand not random at all - alternatives? -0.12
Is dividing by zero accompanied with a runtime error ever useful in... -1.43
When is static cast safe when you are using multiple inheritance? -2.05
Error Message C++ +3.85
Pointer template specialization -0.79
Can you avoid using temporary buffers when using std::string to int... -1.12
Compilation issue equality/inequality operators +4.03
Thread with and without a memory leak +0.69
Safety of casting between pointers of two identical classes? +0.25
Replacing template function foo(T*) by foo(T) +4.20
Accessing data from a callback +2.13
Templating (or somehow autoing) the return value of methods +2.03
Typecasting string and strdup -2.43
Named int vs named float +0.98
On C/C++, basically what things are compiler-dependent? +2.27
std::transform how to not return (and not throw), just skip? +0.72
allocation of a pointers to fixed size arrays +1.88
Initialise reference variable as a class member -1.59
Interview Coding - Take a pointer to a Node structure as a paramete... -2.83
short well-written programs in C++ -4.26
Returning a Class that Stores on Heap -3.21
Use STL to populate a vector<T> from map<T,Z>'s keys +1.37
Difference between static method and non static function in memory -3.50
C++ override function of object created by subclass +4.21
calling sql from C++ +0.09
Default Constructors all encapsulated in the header files -3.49
How do I call a class destructor in a recursive selection sort algo... +0.33
Expose Member Data Through Read-only Iterator +4.19
Are C++ Vectors always contiguous? -3.65
C++: Logical Comparison as conditional statement? +2.75
Specialize template for any vector<any_arithmetic_data_type> -1.24
Linking problem when derived class calls a template function in bas... -2.44
How to overload operator +() for a class -0.80
Is pass-by-value a reasonable default in C++11? +0.45
Why can't we have automatically deduced return types? +1.48
Proper way to implement move semantics for class with std::vector o... -3.85
c++ generic pointer? void pointer? +2.12
Is there some way to create a class that have an object of a class... -3.69
C++ nested preprocessor directions +2.54
How to check which specialized template is compiled in 0.00
How do I make any C++ library I make thread safe? 0.00
C++ class has no member named 'blah' +4.20
Bingo Board: Generating unique values -3.98
Debugging C++ code involving use of: vector, string, STL -2.75
Generalized chaining of non-member functions in C++ -2.03
Address of a static variable -2.20
How to accomplish this complex mapping with template metaprogramming? -3.30