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 ... 52 53 54 55 56 ... 69
Title Δ
Use of const with typedef-ed type 0.00
pimpl-idiom in template; which smart pointer? -0.52
Bytewise reading of memory: "signed char *" vs "unsi... -0.19
Error during copying stream in c++ using the rdbuf() and operator &... 0.00
How to find the source code from header declaration? -1.11
Translation unit in C and C++ +0.13
Linkage of classes +1.54
A C++ implementation of log that one can specify the base for? -0.53
Integer subtraction with wrap around for N bits +1.52
How to detect a memory overrun? -0.16
Dynamic allocated array is not freed +0.46
Why would a stat() call return am incorrect value of zero(0) for fi... -0.05
Proper use of this-> +1.72
Confusion about Internal linkage +0.92
When to mark a function in C++ as a virtual? -0.65
c++ return trick +1.02
Reading chunks from a file in binary mode to a buffer and writing t... +2.07
Time based on time zone in C++ -2.04
Why is python's dict implemented as hash table whereas std::map is... -0.28
error: '__pred' cannot be used as a function -0.76
How can I get the user's locale when running as root? -2.17
STL Vector, Iterator and Insert (C++) +0.02
creating and verifying a pointer into "if" statement +0.30
inserting objects onto ostreams +1.68
Am I right in saying that const_cast followed by modification on a... +2.66
Assign return type to a reference, does a copy take place? -1.47
Is there a null std::ostream implementation in C++ or libraries? +1.28
Finding end of file while reading from it +0.86
How to find if an Integer has letters in its hex representation -0.77
Should we use p(..) or (*p)(..) when p is a function pointer? -0.32
Inserters and Extractors reading/writing binary data vs text -0.02
how to print char array in c++ -0.13
Do C++ compilers avoid copying when returning by value? -0.80
How to initialize "ostream &out" in constructor, usin... -2.12
reference variables and inheritence +0.39
Function arguments grouping and constness +0.31
Parse a jdouble* native variable to a double* native variable (jni) 0.00
Does encoding affect the result of strstr() (and related functions) +0.33
how to implement Singleton in C++ -0.45
Comparing lines of strings from a file -2.55
Will adding enum definition inside a class break its binary-backwar... -0.50
How can I get the address of initializer? -1.78
Initializing constant array of fixed size inside class +2.57
Why does the VS2008 std::string.erase() move its buffer? +0.27
temporaries not behaving as const +1.31
Virtual Inheritance Confusion -0.93
Why a "const T*" is trivially converted to "void*&qu... +2.27
Passing `this` before base constructors are done: UB or just danger... -0.69
How to convert a const char * to std::string -1.17
Fast search algorithm with std::vector<std::string> -0.11