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 ... 57 58 59 60 61 ... 69
Title Δ
std exceptions inviting unsafe usage? +0.20
Converting between jdoubleArray and vector<double> in a Java... 0.00
Releasing attributes' memory of singleton class +0.19
4 signed bytes packed into a 32-bit unsigned -0.73
Do you have to implement multiple iterators in a STL-like class? +1.76
Can I access a base classes protected members from a static functio... +1.63
Multiple inclusion of header files leads to longer compile time? +0.52
How do I delete an object that was dereferenced? +1.74
Boost::mutex - is it possible to lock it inside one class function... +0.98
c++ heuristic for estimating function inlining benefits +1.41
Properly (independent of 32bit/64bit) saving a float to binary ofst... +1.28
How to create a function pointer from a function with certain param... +1.15
Should one put output operations into a destructor? +0.51
Measuring the resolution of `std::clock()` 0.00
C++ Overloading : Overloading the [][] operator -0.32
Using an unordered_map where Key is a member of T +1.74
"Expected unqualified-id before 'namespace'" error -1.01
how to makefile with iostream, string and ifstream library +0.02
Getting a substream of a stringstream effectively +2.34
shared object error when using binary on different machine -0.59
Converting variable type in C++ (or workaround) +0.65
Dynamic size of array in c++? +0.60
C++ throw dereferenced pointer -1.39
operator overloading in c++ -0.76
C/C++ - Conditional header file inclusion not working -0.55
random_shuffle algorithm - are identical results produced without r... +0.18
What is the purpose of Signed Char +0.26
Memory management in C++. -0.18
C++ Ways to pass a pointer to a temporary object (on the heap) to a... +0.66
Managing a singleton destructor -1.49
Non-templated container that can hold anything -0.21
What are defines on different platforms (windows, mac, linux) that... 0.00
IEEE 754 Float debug - from memory little endian to the actual floa... -1.32
Zombie Threads on POSIX systems +0.50
Using "namespace foo {" instead of explicitly qualifying... +1.06
If a constructor throws exception, then does it make sense to have... -0.45
Why main() in C++ cannot be inlined? -0.67
Computing lg(N!): Anyone have a Better Recursive Method? -1.73
Exotic architectures the standards committees care about -0.39
When do constructors of static members of template classes get call... +0.21
C++, std::ofstream, exception +1.26
How can I simulate alignas(T)? +2.01
Use a C++ function in Java +2.32
method pointer and inheritance // kind of strategy pattern (C++) +0.19
Template specification compile error in g++ -0.31
Why prefer template-based static assert over typedef-based static a... -2.38
c++, cout and UTF-8 -0.79
Need to write specific lines of a text into a new text +0.30
Recommended way to insert elements into map -0.82
Is there a way to optimize this code? -2.03