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 Δ
Is the behaviour of the compiler undefined, with Undefined Behaviour? +0.27
What is the reason behind the following C char array storage implem... +0.61
How do you convert a 16 bit unsigned integer to a larger 8 bit unsi... -0.46
Metaprogramming with constexpr or struct 0.00
Understanding pointers with a swap program in C -0.46
What does typedef A (*AF)() mean? -0.42
Where is static_assert implemented? -0.73
How do I reserve memory for a std::vector at construction time? -0.52
Should a theoretically, but not practically, throwing function be d... +0.16
Where is glibc's code for setjmp? 0.00
Strange reference behaviour in C++ -0.16
Pointer of a type point to a pointer of another +0.54
Compile time encryption for strings using user-defined literals 0.00
Creating "classes" in C, on the stack vs the heap? +0.69
What can std::remove_extent be used for? -1.65
pass by reference : no known conversion for argument 6 from 'in... -1.16
Is it wise to use the `this` keyword in C? -1.30
Recognize non-standard C++ portably? -1.86
What's the definition of ++p where p is const char *p in C? -0.10
C++ - Is it possible to instantiate a `vector` without specifying t... +0.44
Simplest rule of thumb to avoid breaking strict-aliasing rules? +0.46
How to merge several values of one type into a single value of anot... -0.22
What does return alone does in C++? -0.37
What do the instructions mov %edi and mov %rsi do? +0.52
What's the advantage of using std::allocator instead of new in... -0.35
Compiler flag to force caller to capture return value and make comp... +0.57
C - How is the Null Pointer a constant? +0.02
Alternative design to avoid dynamic_cast? -0.29
how to form a 64bit number using 2 pointers? +1.25
Why passing string to scanf() compiles fine in C? +1.66
c++ va_list function overload +2.01
c++ template function with predicate support -1.83
Unexpected performance with global variables +2.14
C++ How to convert string, which has string and numeric, into int o... -1.86
Assignment of all-zeroes to a nested struct in C (GCC versions <... +1.65
What is the difference between (void*) and (void(*)(argument type))... +0.93
Template detects if T is pointer or class -1.08
What do I get if I declare an array without a size in global scope? 0.00
resetting a pin using "&= ~ (1 << PINXX)" -0.15
Valgrind: Memory still reachable with trivial program using <ios... +5.24
Understanding C struct 0.00
ill-formed definition error with templated structure in c++ 0.00
How do I make syscalls from my C program -3.60
Counting preprocessor macro possible? 0.00
Why I can't use const qualfier in my function? +4.17
Should I use std::default_random_engine or should I use std::mt19937? -3.18
C++: Polymorphic container / iterator vs compile time concept / tra... -4.13
Passing constant references of primitive types as function arguments -3.29
C/C++: -msse and -msse2 Flags do not have any effect on the binaries? +4.37
constexpr char array with GCC and clang 0.00