StackRating

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

David G

Rating
1601.51 (1,714th)
Reputation
69,522 (1,247th)
Page: 1 2 3 4 ... 41
Title Δ
Why can't I call a template friend function with explicit templ... -1.17
What would be the time complexity of this code? 0.00
implementation recursive function 0.00
Can f(n) be in big O and big Omega of g(n)? 0.00
Recursion without arguments and static variables 0.00
How to limit cin to integers within the int data range? 0.00
Confused about the output of this recursive function -1.13
Member function template to call a funcion on a data member with ar... +2.29
A reference to the object of the class with dynamically allocated m... -1.92
Shouldn't I need to unget an istream before I clear it? -1.97
Is the time complexity of this loop O(n*log(n))? 0.00
How can I create a value_type type trait? -0.23
C++ how would one simplify this template so that it is not speciali... +0.36
InsertionSort in descending order 0.00
How do member variables work with specialized class templates? -0.44
How to undo redirect of cin on this code? 0.00
Correct way to return istream from function +1.16
Namespace resolution with operator== in the STL +2.10
Overloading the '++' Operator C++ -1.91
File reading with noskipws? 0.00
Use of Conditional Operator in C++ -0.55
How do I retrieve a template parameter pack given a std::variant? 0.00
C++ templates specialization for signature template class 0.00
Is there any inbuilt hashmap function to handle input by values in... 0.00
print out ostringstream buffer -0.15
Why I can't get the correct output when moving data from text f... 0.00
Overloading << for both iostream and fstream -1.64
Why can not I overload operator<< with ostream and map( or un... -0.31
How to conditionally add element to std::array - C++11 +0.38
How to sort vector of pair<int, char> by both first and secon... 0.00
How do I access a pointer's subclass's methods if those met... +1.35
C++: declaring a pointer to an array within a class? +2.06
How do I make the system print 0x before the hex number & 0 bef... 0.00
How to create a function which finds a match of a word in a text in... 0.00
Assigning vector as value to key in std::unordered_map 0.00
Last command's output is doubled (trying to print stack elements) 0.00
cin.get() causing "no instance of overloaded function" er... 0.00
What's the purpose of this lambda? -0.07
Recursion without parameters, nor static or global variables +0.17
Fixed number of parameter pack elements to initialize templated class +1.74
How to switch between std::ofstream and std::cerr +0.43
Member function with strange type causing callback function mismatch 0.00
How to use std::cout or std::ofstream as an input of a single funct... -1.95
Assign cctype function to std::function, gcc compile error -2.18
parameterized constructor for inherited class templates -1.66
std::function with templated arguments -2.51
Override template function with abstract class +1.55
How to prevent failure of multiple cin statements if one fails 0.00
Linear search on array with duplicate values 0.00
Transform a buffer into an istream to work in existing programs +0.23