StackRating

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

kec

Rating
1512.33 (55,902nd)
Reputation
1,740 (95,245th)
Page: 1 2
Title Δ
How do I call a method in an owning object in c++? +2.47
Feeding to std::stringstream and simultaneously passing it as argum... +4.20
Why does calling c_str() on a function that returns a string not wo... -0.31
Implicit constructor isn't called for user defined operator wit... 0.00
How to implement operator-> for an iterator that constructs its... +0.25
What information does new[] save? 0.00
Template function that accepts only heirs of some class +4.28
Generic/polymorphic iterators -0.86
How to append/copy an STL container object to another object when i... +0.52
How can I create a switch statement generator with an arbitrary num... +0.20
C++ Decorator - Not working properly -0.28
Virtual template function visitor workaround with template derived... +4.29
Cannot understand if this is circular dependency or Clang 0.00
Why does a dynamically linked executable on Linux have the complete... -3.14
C++: Binary search tree end() iterator +0.21
Template specialization class function -2.06
RAII can not really guarantee to prevent resource leak, can it? +0.58
How to generalise this further using (variadic) templates -2.31
Performace of large 3D arrays: contiguous 1D storage vs T*** -3.44
Why do I have worst performance on my spinlock implementation when... 0.00
Using constructor of static data to perform work before main() -0.97
avoid constructor duplication in template specialization +2.22
class template partial specialization +2.44
What is the function of scope resolution operator in class name in... +0.17
Which one: Stack or Heap is used when creating objects by NEW in C++ +1.37
Declare array of fixed length in nested classes -0.14
How to get a list of files opened and closed by a program execution? +0.01
Why isn't a non overridden overloaded function being inherited when... 0.00
Overloading Based on L-Value versus R-Value -3.51
Weird c++ variable declaration error, says a class is a private mem... 0.00
C++: Improve existing C program performance -2.25
C++ static_cast - safer way. why? +4.64
Why the converting-constructor is called here -1.45
compilation error: overloading operator() +3.76
Why this code pass the compiler and be validate code? -1.85
partial specialization variadic template typename as void +1.34
how to use enum inside a switch condition -2.94
string and const char* and .c_str()? -1.73
Registering a c++ callback method in a C code 0.00
Looking for a way to on passively monitor file activity in a direct... 0.00
Implementing basic_string<unsigned char> for ISO 8859-1 0.00
Graph data structure memory management -1.21
Is it unsafe to store derived object to void*, then cast base objec... -2.63
When should I use typename in a template function? 0.00
How do I apply the .cast() method to the output of a comparison ope... 0.00
Issues with friend name injection +3.89
Functors and code factoring 0.00
How do I install a libstdc++ that I just built as part of gcc? +0.79
How do I wrap a plain buffer of char's with an std::string or an eq... -3.46
pointer to function and ODR 0.00