StackRating

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

edmz

Rating
1454.33 (4,531,318th)
Reputation
6,762 (23,841st)
Page: 1 2 3 4 ... 5
Title Δ
Printing the structure using a single line in C? +1.24
Optimizer: replace const reference with const object -0.84
Is there a legitimate use for void*? -0.01
Is it guaranteed that the type T[x][y] has the same memory layout a... +0.14
How to implement a container with template that support comparer in... 0.00
Why don't likely/unlikely show performance improvements? +2.15
Sum 1 ~ N, without using multiplication, division, if, while, for,... +0.06
How to use a shared_ptr with a pointer to struct that should not be... +0.40
Is there a #define to determine whether reading an aligned 64-bit v... +0.58
Why were the iostream_withassign, ostream_withassign & istream_... -1.93
Worse performance with constexpr? 0.00
Why doesn't GCC show vectorization information? 0.00
Is there a C++11/14 alternative to __attribute__((packed)) 0.00
Is the std::istream type EqualityComparable? -0.43
What's the difference between destroy the objects and free the... +0.80
How to initialize a std::array<char, N> with a string literal... -1.35
I inherit from std::iterator, but compiler does not recognise '... -1.06
Why does an object loose its polymorphic nature when pushed into a... -0.29
How to avoid std::vector to copy on (re-)allocation? +0.28
Undefined Behavior Sanitizer: How to suppress some unsigned-integer... -0.86
Parameter pack passed by reference 0.00
Why aren't built-in arrays safe? -0.67
Why there is no error when passing command line arguments when decl... -0.37
Can a pointer be volatile? +0.92
Why need not a hosted environment be provided? +0.80
Non-blocking select()? -1.33
Are C++ applications cross-platform? -0.69
C - How to use own value (instead of 0) with calloc -1.85
Why does a function declaration within another function compile and... -1.63
c++ strings vs vector<char> vs dynamic arrays -0.29
Is there a way to automatically typecast void pointers? -0.93
Is there a way to enforce full initialization of std::array +0.10
C11 alternative to rand? -1.64
C++11 - drop input from stream 0.00
What is the meaning of ellipses in a copy constructor? +0.46
What is the cleanest way of retrieving an array? +0.39
What can a pointer do that a variable can't do? +0.09
Is it safe to use cerr when handling bad_alloc? +0.57
What does isspace (ch & 0xff) mean? -1.62
Is there any way I can prevent a namespace from adding further clas... -0.69
Can I return structure right from initialisation without creating t... -1.62
The #define NDEBUG doesn't seem to work -1.18
How to construct a C++ string from sequence of bytes? -0.55
How object slicing can result in memory corruption? -1.32
Cannot convert from 'const int' to 'int &' -1.29
Why strings returned by name() function is implementation defined? -1.14
Why doesn't C++ support strongly typed ellipsis? +2.00
C++ std::unique_ptr stored inside std::map use of deleted function... 0.00
What happens to return value when its type differs from the declare... +1.09
Confusion about construction/destruction in vector after std::vecto... +2.40