StackRating

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

Sebastian Hoffmann

Rating
1532.36 (16,542nd)
Reputation
6,983 (22,993rd)
Page: 1 2 3 4
Title Δ
Translating binary code to Assembler and vice versa in C++? (Librar... 0.00
Why isn't this program compiling +1.42
Creating an array of a struct +1.01
Is the verbosity really worth it when passing read only vector in f... +0.12
Increasing size of a dynamically allocated array in a loop +0.20
Turn on/off my own log(cout) prints in c++ - how to do that? any sp... -0.28
How does it work "checking bit flag" +0.75
When should I use decltype(x) instead of auto to declare the type o... -0.09
How to implement generic accessors for property class -1.17
Undefined Reference to class static member in static member 0.00
How should I pass read only vectors in functions in C++? 0.00
How to Change all the characters in a string in C++11? +0.53
Implicit conversion to boolean and comparison with boolean literals -0.85
Comapring Auto and Reference type in C++ 0.00
vector of object (How to start) -0.54
How To Have A Single Interface Return Different Data Types? -0.05
std::vector::erase(item) needs assignment operator to be defined fo... +2.76
Passing a char * as function argument behaves unexpected -0.65
template for handling user defined type and structure 0.00
C++ How to detect when nullptr is passed to function where std::str... +1.47
How inherit static members? 0.00
How to return a int pointer, pointed to the start of vector<int&... +0.52
unexpected error "no matching function for call to", expe... 0.00
Object lifetime issue with range-based for loop -0.47
Modern way to filter STL container? +1.11
Attribute array? -0.53
using explicit with templates, C++ -2.01
vector containing only the last n-elements +2.01
Comparing char and constant char +0.08
C++ inserting object with constructor into map +0.46
Can I implement an autonomous `self` member type in C++? +1.61
LNK2019 - why unresolved external with template friend function +0.47
Setting up Graphics in Visual Studio C++ 2013 +0.48
c++ binary write or read +0.23
C++ Error: Expected a type specifier -1.97
Recursive function (help me understand it by pen and paper) +3.53
Errors when using std::deque<std::string> 0.00
how printing exception by a class function that contains the string... +3.79
How does struct works under the hood? -1.48
How to process large images? +3.75
Error C2084 'Function already has a body' +4.62
Difference between if and while break +2.81
Is it necessary to #include <exception>, when I seem to be ab... -2.48
Using Templates to determine function to call +1.50
Template accessor can not convert from T to T& (C++) -3.68
Accessing objects from a linked list (custom implementation) +0.22
Forcing preprocessor error with macro -2.33
Friend Function "non-lvalue in assignment" +1.01
Is there in C++ already some class which print to cout but can be o... -0.37
Can you return a local variable of string object in C++? +5.11