StackRating

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

jrok

Rating
1672.12 (304th)
Reputation
46,263 (2,247th)
Page: 1 2 3 4 5 6 ... 18
Title Δ
Formatting using <iomanip> using C++ in Bloodshed 0.00
rewrite access to collection to avoid "double" finding -1.23
c++ How do I create a class that uses variables of it's own type +0.95
initialization of vectors of pointers in C++ +0.04
How to detect the presence of a static member function with certain... -1.46
Why default argument constructor is called as default constructor -0.41
Sort a std::vector by type +0.99
struct output with cout, and function call struct parameters +0.68
std::vector::assign - reallocates the data? +0.44
How to check with SFINAE if a member exists, without knowing the me... +1.31
How to infinite loop or loop up to a limit without an if-else -0.39
Is it possible to conditionally enable a non-const/const data membe... +1.42
C++ error: no matching function for call to -1.57
Is one side of an assignment sequenced before the other in c++? +1.51
About modifying the parameter of a functor +1.06
inherit template class using inner type as template parameter -0.29
Inserting 1D vector into 2D vector Without Creating Temp 1D Vector +0.30
What is the difference between int* x[n][m] and int (*x) [n][m]? +0.71
Why does my unique_ptr think is has a null function pointer deleter? -0.41
How is this possible? String always size 40 and structure sizeof od... -1.50
invalid use of non-static member C++98 0.00
C++ lambda expressions - How does the compiler interpret them? +1.47
How to allow template class instantiation only if the type T derive... +1.41
getline(cin, name) causes seemingly never-ending prompt for input +1.32
() operator overloading c++ 0.00
Integer range based specialization of template method in template c... -0.14
Why does std::map::const_iterator call the std::pair constructor du... 0.00
How can I detect if a type can be streamed to an std::ostream? +1.55
C++ getline() doesn't work after clear() 0.00
Dividing vector of objects -2.24
Moving a string into a vector of strings from a stringstream -0.45
Problems with special arrays in C++ 0.00
Overload resolution with multiple inheritance 0.00
Function overloading on arbitrary type properties fails when define... 0.00
Find the first character that is not whitespace in a std::string +1.96
Why is not overloaded function for derived class object invoked whe... -2.88
Iterate over template classes in c++ 11 +1.72
Please explain what is incorrect about this procedure to find the l... +0.85
Cleaning data after exception on class constructor 0.00
How to overload subindex operator to behave differently in getting... +1.26
Enforcing type of function arguments in C++ 0.00
How do I force a specific instantiation of a templated function wit... -0.19
errors when trying to pass an ofstream to an object (C++) -0.05
Cplusplus std::set of bidimensional array 0.00
Inheritance between two classes in c++ using the same data members... -0.21
Receiving error that a function is "not declared in this scope... +0.30
How to assign a string to a function C++ -1.43
C++ typedef function definition as a class member to use later for... 0.00
c++std map key with descending order +0.31
C2679 compiler error constructing const int member variable from st... +1.01