StackRating

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

user3286661

Rating
1551.76 (7,429th)
Reputation
2,748 (61,459th)
Page: 1 2
Title Δ
Reassigning a pointer when the object it is pointing to is deleted... -0.63
Data appending in dictionary -0.97
What happens when a std::unique_ptr is initialized with a local raw... +3.13
why there is no overflow in horners method in evaluating polynomial 0.00
Why do I need pass a comparator to construct a priority_queue when... -2.22
C++ parameter match/deducing -2.66
am i have error at this c++ code? 0.00
Recursive pseudocode on finding the occurences of a character +3.08
Converting between DEC(base 10) and HEX(base 16) using two's co... 0.00
Destruction of condition variable randomly loses notification +3.52
Declare string of dynamic length in C -0.55
Copying a vector into an array using Iterators 0.00
printing array in reverse order avoiding duplicates c++ +3.87
Accessing pointer to a vector in a struct +3.39
C++ printing the contents of a vector converted from a string +3.52
How to get the sum of group sequence recursively +3.67
Dynamic allocation to array of pointers and its alternatives +3.63
Parsing a message with sscanf in c++ 0.00
Weird Behavior while inserting a character into string in C++ 0.00
Why below code goes into infinite loop? +0.33
Why successive vector::push_back results into different number of c... +4.30
How to delete a char pointer in c++ -2.48
finding square root of a number in C++ 0.00
What happens when a memory allocating function is used as condition... +3.90
Convert a string to an integer produced unexpected result 0.00
Hanoi Towers BackTracking bad_alloc 0.00
Quick sort algorithm using pointers? -0.64
How do I get the current date in C++? +0.87
Reversing a vector in C++ doesn't work +3.77
I dont understand this: terminate called after throwing an instance... 0.00
O(1) Constant time solution example? +3.44
Undefined references in static OpenCV libraries 0.00
Need help for C++ "IF" function -0.29
Crash on vector pop_back() of only remaining entry -0.28
Returning address of local variable and program still work -3.98
C++ Bubble Sort Using Swap Function and Pointers +0.01
c++ pass two dimentional vector to function 0.00
pass a vector (when defined in a struct) to a function 0.00
Formatting strings based on other variables 0.00
Unable to access class function using pointers 0.00
Send an array by value as an parameter? -3.02
Allocating additional members of a dynamic array in c++ -1.54
Function to find min and max values in a vector, and returning thei... -3.81
undeclared identifier, object vector 0.00
How to declare a vector in header and then allocate it 0.00
upper to lower and vice-versa without loop in C++? -3.82
Creation of linked list in c++ 0.00
Returning an obejct which is created inside a function +3.65
Cannot create an object of addressbook.pb.h (which build from protoc) 0.00
What does [&] mean before function? +4.35