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 ... 5
Title Δ
Ignoring a number of characters stored in a variable while using ss... -1.41
How to avoid C++ code bloat issued by template instantiation and sy... +0.06
Trouble understanding __attribute__ tag +0.54
How to associate assembly code to exact line in C program? -1.10
strcpy misalignment __strcpy_sse2_unaligned() 0.00
What is std::invoke in c++? -1.47
What is the point of left shifting by 0? -1.48
Absence of compilation error when using parametrized constructor -1.03
Is a global implicitly volatile in C? +1.18
Empty ASM program got signals +0.37
When typedef is used in C, will it create a new type or only a type... +1.08
Why is there no inbuilt swap function in C but there is xchg in Ass... -1.26
stdarg and printf() in C +2.07
Why should we use `realloc` if we need a `tmp buffer` +0.79
Is it possible to get by type name of std::tuple which are duplicat... -0.92
What is the underlying mechanism of char array[] = "string&quo... +0.32
Illegal memory write causing recv() to return zero -1.12
Struct Reordering by compiler -0.12
Accept move-only parameter by value or rvalue reference +0.15
In C++ why can't we compare iterators using > and <? -1.27
Why is the `std::sto`... series not a template? -1.79
Pointer to reference -0.77
Construction of a void Type? +2.05
Is type_info not a part of RTTI? +0.55
C++ array allocation doesn't really allocate +1.20
Sending an operator as a paramenter in C++ -0.95
Have a template parameter that can be pointer type or non-pointer t... -1.00
What kind of variable is int * [2]? as in the delcaration int* p2[2] -0.61
C programming - 1's complement of End of File +3.08
map deleter isn't working in C++? -0.01
Parsing two bytes from array to a uint16_t? -0.24
Reading beyond the end of an istringstream's string. -0.89
Is there a C++ execution/data model like that of Python? -0.45
Implicit conversion from int to a class type 0.00
How to "look into" a struct? -0.86
Does any C or C++ standard recognize the existence of memory mapped... +2.22
What is the dynamic type of the object allocated by malloc? +0.59
Return void type in C and C++ +0.74
Operator overloading for << and >> does not work stream... -1.32
Why is 'pure polymorphism' preferable over using RTTI? -1.22
Returning pointers from function as static variable -1.21
C standard compliant way to access null pointer address? -0.20
Should a range for loop be used instead of iterators on a vector? +0.08
How to generate assembly code with gcc that can be compiled with nasm -1.87
When an int is cast to a short and truncated, how is the new value... -0.22
When to use const void*? +0.17
Difference between std::fstream::X and std::ios::X in C++ -0.23
Is it possible to call a method from an instance that doesn't e... +0.55
Is accessing the elements of a char* or std::string faster? -1.19
How is "std::cin>>value" evaluated in a while loop? +0.80