StackRating

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

StoryTeller - Unslander Monica

Rating
1807.58 (6th)
Reputation
118,523 (554th)
Page: 1 ... 40 41 42 43 44 ... 52
Title Δ
Wrong answer on bisection method program (C++) 0.00
What is this piece of code regarding scanf? +1.23
Does the position of `#define` in C code matter? +0.61
Overwrite a macro constant from a Makefile +1.69
Mysterious int value from default constructor -0.66
Memory allocation for array for heap section vs stack section in C +1.45
Pass optional object without copying it -1.72
Insertion operator not producing the expected output? +0.36
Elegant way to return different value types from function in c++ /... 0.00
Copy values from one void** to another void** in C++ copy constructor 0.00
Access c variable as an array -1.19
C++ Repeated do-if-do pattern 0.00
Declaring the getch() function +0.35
How to change indication of smart pointer 0.00
Why can't I have pointers to objects, which have the same type... -1.93
Undefined reference, presume makefile is not using headerfiles +2.02
why use static "constants" instead of the actual value? -1.81
Tail-recursion with objects +1.15
Std::copy fails in debug build +0.79
What is elegant solution of conditional comparison? -0.96
Error using cout with pointer value 0.00
SmartPointer in C++ using template 0.00
why private constructor prevents object creation C++ -1.10
How can i call a function using a variable? -0.15
How to avoid writing std::reference_wrapper version template all th... +2.29
Pointer to member function of derived class, but not derived(virtua... 0.00
C++ is it possible to NOT inherit a member? +0.47
How to compare and assign between std::vector<T> and std::vec... +1.43
how to provide a function for a c++ class that can call a member fu... +1.23
Why map's elements don't need copy or move constructors but... 0.00
Constructor with bool param allows Java-esque code to compile -1.99
Difference between int *ptr = &var and int *ptr; *ptr = &var? +1.67
What's the function signature of a member function? -0.07
Got compile error when trying to invoke function pointer to member... -2.02
C++, why can you pass rvalue to a function which takes lvalue refer... 0.00
Passing different types of parameters to a function template -2.40
How to solve the loop in cin.fail() +0.35
What does reinterpret_cast<char *>(&st) and (-1)*static_c... 0.00
Where I did wrong in this C++ code? And what is the best practice I... +0.35
Using std::move with vectors +1.46
How can i address to a variable from construct for use in method of... -0.15
What is the C++ equivalent to 'r' prefix with strings in Py... +0.24
Is reassigning a std vector to default constructor vector a good wa... +2.40
Is it possible to use a scoped type as a macro name in C++? +0.37
compiler error: control reaches end of non-void function -0.18
"weird" variable initialization 0.00
what is the meaning of (*(int (*)())a)()? +1.49
C++ arrays and pointers +1.10
How does std::apply forward parameters without explicit std::forward? -1.91
I am trying to allocate dynamic memory to element of structure and... -1.00