StackRating

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

churill

Rating
1578.15 (3,179th)
Reputation
60 (952,761st)
Page: 1 2 3 ... 7
Title Δ
Memory allocation with looping in C++ +0.39
C++ for loop to find "sum of digits of a given number" 0.00
Why pointer keeps pointing to the same address in all iterations of... -0.11
How is std::forward_list emplace_after O(1)? +1.17
Problems with a program to get every number be greater or smaller t... -2.47
Why does the variable lose its value after exiting for loop? +1.42
Why not use static_cast instead of dynamic_cast if I already checke... -2.08
Why can't a parent pointer be assigned to a child pointer? 0.00
Can not read the string variable in linked list +1.90
Custom C++ exceptions with template arguments -0.40
Is using std::tuple to implement operator<, = etc. efficient and... +1.61
Declaring and initializing char array in C++ -0.39
unordered_multimap.empty() returns true even though I think it shou... 0.00
How to read in from a file word by word and assign those words to a... 0.00
Is it possible to assign to an array from an initializer list? +1.15
This currency coverter in c++ doesn't work 0.00
error in STL sort function with Compare function 0.00
How to write a Cout<< Like print function for 16x2 LCD? 0.00
C++ Compile time check if a function called before another one +2.22
how to get variable's type in template? +1.99
Why there is something wrong when invoking ctor in another ctor? -0.01
How to sort a special character list the way I wanted in c++ +0.40
Segmentation fault while returning a Node Linkedlist -1.39
a bug with if and else if statement +0.75
Is this correct to overwrite operator++ in enum_class? +2.07
Why is my input checking if else statement not working? -0.79
Macro definition not replaced as expected? +0.39
Small vs. identical types of loop variables in C/C++ for performance -0.80
Comparator function in Priority Queue -0.06
Recursive virtual call not working as it should? 0.00
How to avoid `std::to_string()` making a very small double number t... +0.42
How to pass by pointer a multidimentional vectors using pointers in... 0.00
Use RTTI to get class name from object implementing interface c++ -1.13
Can you delete a C-array of 1 integer as you would a normal integer? +0.24
what`s the difference between !root and root!=NULL +0.91
c++ switch statement - jump between cases +0.40
set insert iterator is outside range 0.00
Custom string sort gives segmentation fault 0.00
How to fix a non static function 0.00
Why rename() function not working when I cut strings? 0.00
error in program "removing duplicate words from string" 0.00
What is the right way to use access a value in an enumeration in C++ 0.00
How to find median of `std::set` -1.92
How can I change the parameters of a default constructor? +1.19
MinGW treats second declaration of an object in a class as a Constr... +1.33
Replacing a substring with a space character -1.12
move constructor - is `new A()` rvalue? 0.00
problem in displaying string .the string fields are shown empty 0.00
what is the meaning of `template<class int>` in c++? 0.00
Can you find error in this code for Palindrome Partitioning problem... 0.00