StackRating

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

Dietmar Kühl

Rating
1627.88 (919th)
Reputation
129,105 (488th)
Page: 1 ... 17 18 19 20 21 ... 68
Title Δ
G++ complains "undefined reference to" while GCC succeeds 0.00
Passing user input to fopen() parameter c -0.94
Time complexity difference between hash_table[key] == NULL and hash... -0.63
C++ set using linear probing? +0.33
Why is the C++ StringStream skipping the first number from an input... -2.48
Since other abusable but useful features have been standardized, wh... +0.33
what's the meaning of this[i] in c++ without overloading 0.00
getline() function reading in whitespace before input is entered +2.33
How to erase vector element by pointer? +0.32
std::priority_queue with iterators to elements of std::map - invali... 0.00
Scaling a big integer by a double 0.00
Why or why not use memset in C++? -2.59
Why can't I use the ternary operator here? -0.77
Handling fraction when converting from base M to base N? 0.00
Sorting and deleting duplicates not working for large vectors 0.00
What happens to a movable object when its insertion in an std::set... +1.17
move shared_ptr on constructor initialization list 0.00
Include a static library in a static library - CodeBlocks +0.32
When should I end a C++ program with 'return 0'? -0.25
Sort container, then shift elements while preserving original sort -0.15
Do iota, generate, and a hand rolled loop all perform the same? -0.32
Is there any library for binary Search in C++ +0.63
How to keep the dynamic type of an object allocated on the stack? -2.38
Should I include everything I need in a template class header file? 0.00
Macro that calls different function based on parameter 0.00
I get unreasonable results with math.h (Windows/Eclipse/CDT/MinGW) -0.20
Compiler error modifiying member variable in a const function of a... 0.00
convert initializer_list<T> to initializer_list<vector<... -0.97
making a map in which the value type is an abstract class in C++ 0.00
Self erasing workers c++ -0.59
Why can't the virtual function table pointer (vfptr) be static... +0.33
Dynamic subobject memory allocation Clang++ vc g++ +1.19
g++ - how do I disable implicit conversion from 0 to pointer types? -0.14
Compare wstring inline with small differences +1.47
Detect whether size_t is builtin with g++ preprocessor 0.00
What does this do? if(unsigned(x-dx)<unsigned(size)) +0.32
Reading from txt file line by line in C++ -0.56
I've been trying to implement and AVL Tree but I keep on gettin... 0.00
Using long strings with wcout, Simple "Hello World" doesn... +0.91
What's the real memory cost for std::set<MyClass>? -2.37
Switch statement doesn't work with enum (C++) +0.32
c++ lost static function calls due to static linking (for auto fact... 0.00
Iterator copy constructor error, illegal as right side '.'... +0.87
To copy a vector of unique pointer into new vector +0.86
Inserting into a std::Multimap of std::Map (C++) 0.00
How to use std::fpos? 0.00
How to open a process and read the results into an ifstream from wi... 0.00
How anonymous namespaces avoids making global static variable? +1.17
Base class template member function shadowed in Derived class, albe... +0.33
Strange behavior with c++ io 0.00