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 ... 29 30 31 32 33 ... 69
Title Δ
c++ stl vector iterator insert segmentation fault -0.78
C++ push_back vs Insert vs emplace -0.39
Should members usually not be const in C++ classes? The actual purp... +0.41
Creating arrays from user input c++ -2.49
Checking input is an integer +1.79
STL containers speed vs. arrays +2.26
Is it allowed to insert a null value into a C++ std::map? +0.58
C++ decimal checking if statement errors? -1.38
Copying std::vector: prefer assignment or std::copy? -0.80
How to write to and read from a file simultaneously in C++ +2.12
What should i do if i want to use functions that are not standard a... -1.39
drawbacks of a void pointer in C++ +0.82
constructing char*const* from string -1.65
Can any class object be passed as test expression for any test expr... -1.27
Are there any real cases proving that 'sizeof...' is necessary? -0.57
Printing unicode character in C +0.11
Does std::hash guarantee equal hashes for "equal" floatin... +2.32
how to estimate a performance unit in a c++ program -0.29
gdb - how to see what function used stdout? -1.90
is vector reallocation and vector::push_back required by the standa... +2.06
C++ Polymorphism problems when casting from void * +2.68
operator overloading using ostream and chaining. Why return by refe... +1.71
Why are constructors and destructors usually declared first in a cl... +1.20
char* passed into function is shortened to four characters +0.66
Why wont this while loop stop? [c++] +0.12
about spin lock -1.22
Is "Accelerated C++: Practical Programming by Example" st... +0.45
Purpose of assignment operator overloading in C++ +1.03
Why does "extern const int n;" not work as expected? +1.33
comparing queue sizes in a vector 0.00
How to check conversion from C++ string to unsigned int +1.04
What does static variable in general mean for various programming l... +0.04
Invalid assignment to unsigned char C++ 0.00
What's an elegant way to overload the >> operator for a new f... 0.00
Difficulty using file.seekg() (C++) 0.00
Printing of structured objects with correct indentations using stre... 0.00
Pure virtual functions and binary compatibility +0.78
Multi-processing and file operations? -0.38
Will casting away the parameters on a function pointer with default... 0.00
Center text in fixed-width field with stream manipulators in C++ -0.22
C++: Repeat output i times without an explicit loop -1.02
Convert C++ enum to python int 0.00
proper use of stream in a computationally intensive program +0.03
Static member function -0.09
What is the fastest method to read STDIN data into console app with... 0.00
lvalue required as left operand of assignment - Array +0.08
C++ wrapper class for iostream, use stream modifiers like std::endl... -0.04
Problems with removing last digit of floating point number +1.33
How to pass arguments to a function through << operator? -0.09
Is there any design pattern to avoid a nested switch case? -1.23