StackRating

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

Baum mit Augen

Rating
1693.59 (181st)
Reputation
42,120 (2,594th)
Page: 1 2 3 4 5 6 ... 14
Title Δ
why the first object member was changed after creating the second o... +0.86
How to create a get() member function for a std::tuple +1.11
Sending an operator as a paramenter in C++ +0.95
Bit shift leads to strange type conversion -0.30
Outputting date in ISO 8601 format 0.00
print static variable for template metaprogramming +0.28
Online resources that proof that rand() can return 0? 0.00
Is it possible to initialize a vector with increasing values in a s... +2.20
Template of constant global variable 0.00
is sequence necessary between cin.clear() and cin.ignore()? +1.55
Convert long int to const time_t +1.53
Why can I initialize string literal as const char* and QString but... +1.22
What causes int8_t and int_fast8_t to be different? -1.73
Casting c_str() only works for short strings -1.42
Writing and Reading a random number state to file -0.72
C++ thread safety - map reading +1.04
Getting too many arguments provided to function-like macro invocati... +1.90
invalid initialization of non-const reference from an rvalue in Vis... +1.17
Double increment on an integer variable, does it work as intended? +0.92
How do I capture some (but not all) member variables of a class wit... +0.31
Is it legal to move the .str() member of a stringstream? 0.00
Init Array of vector.size() in c++ +0.96
Functor with std::for_each in C++ +1.19
Apple Clang; using C++11 with libstdc++ +0.29
Why does std::numeric_limits<seconds>::max() return 0? -0.69
How to prefer `operator<<` over generic `operator T()` conver... 0.00
Purpose of (void) in a multiple-action change part of a for loop +2.22
C++ equivalent to the python code: "for x in iterable:" +0.57
ofstream Odeint output to txt file -0.19
create varies string vectors, and using iterator to change those st... +0.36
does int have an operator== +0.81
Sorting between signed and unsigned zeros c++ 0.00
Weird output at the end of string in Ubuntu terminal +1.26
How to overload the new operator 0.00
Inserting a string into another string ... (sprintf) +0.76
Strange C++ matrix multiplication/initialization 0.00
Finding Values index position in vector 0.00
Error about one or more multiply defined methods in C++ +0.74
Can I have a static global instance of an exception? -1.27
Is deleting pointers in the destructor required? +0.72
Why duplicate code is needed with const reference arguments? +0.11
converting char* to string::iterator in find_if algorithm 0.00
C# vs C++ for loop performance measurment +0.31
Error when compiling cpp file with g++ 0.00
c++ function inling decided at compile time +0.93
how to convert std::vector to std::set without losing the order -1.67
When a literal is passed to the constructor through a member functi... -2.36
copy of objects : proper way to copy the random engine -0.21
How to initialize a member-array of class type variables? -1.32
How to cout list's values with iterator? +0.30