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 ... 13 14 15 16 17 ... 68
Title Δ
where to add override operator << for enums 0.00
How does Priority queue compare and store the values during the pus... -0.63
bind binded function as argument 0.00
Class with private constructor and static array of itself +1.54
Implementation of getline in a while loop comparison +0.35
How to speed up counting the occurences of a word in large files? -0.58
How to `std::bind()` a standard library algorithm? 0.00
Use std::swap between vectors or vector::swap? +1.84
Transforming recursive DFS-based topological sort into a non-recusi... 0.00
read from a file while another process is writing to it using std::... 0.00
[SOLVED]XCode 6 preprocessor directive ( #ifndef ) not working, can... 0.00
C++ Preprocessor Macros with relation to Include files 0.00
Why can I populate variables through a std::map before main()? -1.89
Template interface - to use by reference or by value 0.00
Excess code bloat by function that doesn't use template paramet... +1.27
Why would I call new without storing the ptr? 0.00
5-dimensionnal vector declaration +0.71
Unable to use VisualStudio made static library with GCC 0.00
Wrap STL iterator to use references instead of pointers +0.91
How to parse string into numbers in known struct C++ +0.08
Date in log file using ofstream 0.00
C++ Primer 1.4.4 — Importance of EOF and how to write in a code tha... -0.19
Holding a reference to a unique_ptr while looping +0.53
an static function used in StringHashTable thread-safe? 0.00
How to split_regex only once? -0.09
Namespace qualified names INSIDE a user namespace -1.04
Why is this user-defined conversion failing? -0.47
The rationale for non-const for "end" pointer in STL +1.46
inline void addTask(Task task) vs inline void addTask(const Task &a... 0.00
Which one is the better - calling c++ library from c program? +1.17
When to use include guards or #pragma once C++ -1.47
Virtual Inheritance Issues -0.60
GCC: list a statically linked libraries 0.00
How to direct "c.foo()+c.boo()" to "c.foo_and_boo()&... 0.00
Creating a new object seems change another object previously create... +0.33
Overloading operator ->* in C++ -0.37
Alterantive for callbacks using std::function +0.31
How does placement new work? -2.83
Why std::unary_function doesn't contain virtual destructor -1.76
How to overload a template function to match specific containers? 0.00
Difference between const char[] and char[] +0.17
Segmentation fault at initializing the object +0.35
Passing convention for callable parameters 0.00
Making a general container search function 0.00
detecting white space characters, \t, \n, etc 0.00
About C++ vector::push_back() exceptions. Ellipsis catch useful? -2.51
Extern template for template parametrized with incompete type 0.00
Segfault on global constant write +0.80
initialize array, placement new, read variables, defined behavior? -2.13
How is a graph tyically defined? +0.09