StackRating

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

Mooing Duck

Rating
1595.73 (1,987th)
Reputation
48,072 (2,128th)
Page: 1 ... 12 13 14 15 16 ... 23
Title Δ
How to design a class with "annotated" fields? +0.20
Typedef application in c++ -1.28
How to apply different instantiations to the same name of object? +2.77
Debugging postfix calculator +0.27
Pointers and Strings in C +1.64
Multiple Source .cpp Files Problems -0.08
C++ struct array initialization -0.30
Safer but easy-to-use and flexible C++ alternative to sscanf() +1.08
Is G++ smart enough to optimize this out? -1.03
C#'s "where T : type" in C++ -0.48
Macro Without Space -1.19
C++ MFC how to compare LPCTSTR in a if statement? -0.97
Double Array Using unique_ptr +0.48
std::set::iterator conversion error +1.35
Why does 'std::vector<int> b{2};' create a 1-element vector,... -0.33
Looking for a half float or quarter float library -1.74
Inserting into an Ordered Binary Search Tree -0.05
copy pointer value c++ +2.01
Python faster than C++? How does this happen? +0.84
What are the serious uses of returning the this pointer from a func... -0.83
Using a C++11 initializer_list with a recursively defined type usin... -1.26
how to define an array of chars in c++ +0.48
Why is it not good to use recursive inheritance for std::tuple impl... -0.50
Setting up cout support in structs with multiple layers of inherita... +0.51
n is negative, positive or zero? return 1, 2, or 4 -0.61
c++ "error: invalid conversion from ‘const char*’ to ‘char*’&q... -0.24
Efficient algorithm for index mapping +2.23
inline function definition in C++? -2.27
Is assigning a reference to a reference a valid operation? -1.20
Error on MSVC++ with extending iostream 0.00
How many bytes does a string take? A char? -0.61
Nothing at input cin C++ -0.03
How does OpenGL API like glColorPointer know the size of array that... -0.34
C++ Delete Duplicate Entries in a vector +0.12
compiling parts of modules (without headers) -0.02
Processing Unicode characters in C++ +0.23
On use of C++ singleton class -0.83
How do I find the mode of an array? -0.73
How to use the strncpy_s function from visual c++? +1.12
Unitialized local variable and help correcting +2.08
C++ template with default parameter +2.71
How to initialize an array of objects of a parameterized constructor -0.92
How can I modify the what string of a C++ runtime_error? +2.40
Destructors in C++ (Compared to java) +0.09
Can you use accessor methods in overloaded operators? +0.56
Is conversion allowed with std::vector's template constructor takin... +0.50
Userinput doesn't work when I enter "..." -0.94
Valgrind says that const-iterator tries to access uninitialised spa... +0.49
Variadic Templates pack expansions -0.54
How to modify an O(n) list length function to run in O(1)? +1.25