StackRating

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

James Kanze

Rating
1563.05 (5,069th)
Reputation
132,640 (470th)
Page: 1 2 3 4 ... 69
Title Δ
How to write boost::shared_ptr as null? -1.54
Error handling in std::ofstream while writing data +0.39
Using std::cin to read from pipe after dup2() -0.36
The meaning of srand() -0.14
Difference between .dtors and atexit() in C++ -0.46
Create vector of size elements, without calling copy constructor? -0.71
How to create functions like std::cout? +0.43
is for() loop maintained inside stack or for is just a statement? +1.05
Is a templated and a nontemplated version of the same function cons... 0.00
Eliminate warning "construction of local static object is not... 0.00
how to iterate through a set of sets C++ -0.97
Do I need static variables in a singleton class? -1.13
Calling a python 2.7 function in c++ using the default api? -0.08
String Argument vs. Template Parameter for Formatting 0.00
avg, biggest and sum in unknown sized array c++ +0.42
Iterate through a string (STL) -1.15
Ambiguous overload for operator " == " Types don't re... +0.43
Throw(NULL) unrecognized +0.27
'&' : illegal operation on bound member function expres... -1.07
c++ average program giving wrong answers +0.78
Is implicit casting considered to be a bad concept? -0.52
Seed a pool of random number generators with a random number genera... +1.32
How do I widen a char in c++ 0.00
string::replace throws std::out_of_range on valid iterators 0.00
Is it the case that comparisons imply a branch? -2.18
How do instruction sets differentiate value from reference -1.42
How to output a missing number in set in c++? -0.71
Why typeid on function is ok while sizeof is not +2.29
C++ Operator priority =, * and ++ -1.87
Get a faster code in recursion algorithm +0.15
Retuse return statement or return by parameter reference -0.09
difference between copy constructor and assignment operator +0.68
Templated operator<< isn't being recognized -2.06
C++ static member initialization order 0.00
Use of virtual functions in derived classes 0.00
Prevent subclassing an abstract class interface in C++ -0.38
What happens if you apply delete[] to a non-array pointer? -0.59
Why was the space character not chosen for C++14 digit separators? +0.51
Source code is calling wrong template class function in c++, how to... +1.06
Input numbers until -1 is inputed -1.98
Operator [] in two dimensional vector -0.03
Would a pre-calculated variable faster than calculating it every ti... +0.40
Is there a way to check whether a string contains unicode character... +0.01
Writing a Default Constructor Forces Zero-Initialization? +1.03
Practical uses of the fact that the C++ prefix increment operator r... +0.96
Is it safe to create new thread in a loop? +0.13
How to check, if '\n' on end CSV File +0.41
Generating code during execution in c++11 -0.33
Checking if input is integer +0.39
What's the complexity of map/set :: insert if one has provided... +1.64