StackRating

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

Eric Z

Rating
1499.17 (3,798,120th)
Reputation
10,319 (14,725th)
Page: 1 2 3 4 ... 5
Title Δ
Soundness and Completeness of a algorithm 0.00
How to fix this bug on sorting an array? -1.17
Why short is 2-byte aligned? 0.00
Invalid operands to binary * ( have 'char *' and 'char **' ) error +0.74
Why are virtual functions handled at runtime? +0.10
SEGMENTATION FAULT in C++ - Rougewave (only in linux and not in unix) +0.01
Are threads more efficient in a multi-core environment? 0.00
Why memory is not being freed? +1.06
How to call a function from a derived class in a base class? +0.52
How to call a C function from ASM in C? -0.91
Class Identifiers Never Work? 0.00
Which is the value of a "big" character hexadecimal const... -1.31
Explain how typecasting works at the bit level from int to short in C +0.47
how to exit nested loops -0.35
unsigned integer in C printing incorrectly +1.94
Design issue in C +2.66
Preprocessor macro to remove code if compiled after a certain date -1.06
When is it legal to type-pun using a pointer-to-a-pointer in C? 0.00
Do data members form a range? +0.32
Sharing array between two processes +2.36
What does *1.0 do in this code? -0.38
Why isn't my std::set sorted? -0.55
while() loop to ask for positive input -0.31
Extra Characters Inserted Into Array 0.00
Unresolved external issue when compiling multi-source files +0.71
Can I store objects created in a DLL after unloading the DLL? +0.52
while ((c = getchar()) != EOF) Not terminating -0.90
strange char array output in c++ +0.52
C multidimensional array not accepting modifications to its members +1.89
arrays does not null from beginning +0.52
implement a base class method to access a property of derived classes +0.14
C++: static variables in the class to be included in multiple cpp f... -1.56
C++ tokenize a string with boost and save a token as a string 0.00
Parameter checking in library hierarchies -1.36
dynamic_cast<A*>(this) in method of class B? +0.78
Reference variable have access to dynamically allocated memory +0.65
Encoding a C string. -0.83
What is the relationship between threads (in a java or a C++ progra... +0.93
Assigning class to base class, how do do it? -0.99
Should I delete a heap-allocated string after sending it to std::st... +1.06
no matching function for call to... missing overload in inherited C... +2.58
Are there two types of member initializer lists in C++? +0.41
Algorithm to write two's complement integer in memory portably -1.18
Why doesn't C have binary literals? -0.09
Array crashes with more than 120000 elements -0.06
Visual Studio text editor vertical lines on statements -1.86
I need a way to edit a string +1.03
Why printf can display non-ASCII characters when "C" loca... -1.38
Why a Windows console with Chinese code page set can show a UTF-16... +2.95
Using "<<" or "+" to put strings together... -1.58