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 ... 44 45 46 47 48 ... 69
Title Δ
ifstream operator >> and error handling 0.00
Is it possible to use an std::string for read()? +0.85
C++ Local var in dynamic, on stack? +1.09
How to find if a string match one found in an array? -0.05
Performance std::strstr vs. std::string::find 0.00
C++ Read Access violation error +0.06
Two things I'd like to know about how static locals are implemented... 0.00
file.get() returning random numbers after a loop C++ +2.29
c++: how to optimize IO? +1.17
Getting ‘m_Mutex’ declared as reference but not initialized error 0.00
what c++ norme i'm currently using? +0.23
c++ iostream - output file is not created 0.00
Thread-safe initialization of atomic variable in C++ +1.02
C++ Compile-Time Conditional Run-Time Statements 0.00
Assigning an array size depending on a condition -0.26
C++ pass an array by reference -1.11
std::string::c_str() and temporaries +1.56
Is there any need to create my own buffer for file I/O operations i... -0.21
Why are string literals l-value while all other literals are r-value? +0.51
Is this considered a memory leak? -0.84
C++: references and factories -2.14
Trouble with friend in C++ +1.85
Why Does a Memory Leak not Continue after Peaking? -0.82
how does pointer adressing work in c++ -0.56
How to share different objects between some classes -0.64
Variable length arrays depending on length of file C++ -0.74
Why use malloc/free, when we have new/delete? -1.26
setters and getters with heavily nested composition +0.44
Inserting strings to vector -0.65
Class not having copy constructor issue? +1.13
Is not calling delete on a dynamically allocated object always a me... +1.20
got <null> using printf with string -0.73
new() without delete() is Undefined Behavior or merely Memory Leak? +0.86
How to get a non-const iterator while using a const "this"... 0.00
Does sending a character pointer - initialized to '\0' - to the sta... +1.28
C++ programming try catch -0.28
May pointer to members circumvent the access level of a member? -0.94
Dyamic vs Static Polymorphism in C++ : which is preferable? +0.85
Very large look up table C++ - can I avoid typing the whole thing o... +0.66
Interpret strings as packed binary data in C++ +0.63
Python / C++ - difference in precision 0.00
static class member of class's own type -0.04
opening a file which has date in a formatted manner and get that da... 0.00
Overloading new operator and inheritance +2.18
C++ count different numbers given -2.27
gcc include order broken? -1.94
See if a timestamp is between a specific hour -0.55
Why do I get the error "X is not a member of Y" even thou... +1.36
Create std::stringbuf based on std::vector<char> +0.49
Is `X x = x = X();` legal C++? -0.29