StackRating

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

Joseph Mansfield

Rating
1706.23 (126th)
Reputation
90,423 (866th)
Page: 1 2 3 4 5 ... 34
Title Δ
C++ Move Semantics vs Copy Constructor and Assignment Operator in r... -0.28
When to use: class destructor or delete operator -0.96
Why no CPU consumption during class instantiation? +1.16
Is there a cast (or standard function) with the opposite effect to... -1.90
When does knowingly utilizing unspecified behaviour provide benefit... -1.87
2d array addition in c++ +0.12
Pointer-array of std::string +0.96
RValue Reference behaviour 0.00
Which to prefer, Copy Constructor or object assignment? +0.23
Misunderstanding of C++ array structure 0.00
Passing rvalue reference to const lvalue reference paremeter 0.00
Copy constructor, constness and rvalues 0.00
C++11 Nested Map with List-Initialization +0.67
C++ practice exam on Destructors, Copy Constructors, and Assignment... -0.27
why can get address of member function by class type -1.27
Matrice with characters +0.23
Using std::tuple correctly? +0.22
C++ Calling an Uninitialized variable 0.00
Why are both constructors called in my program? +0.51
recursive function with for loop: return value issue 0.00
Dividing structure and responsibility 0.00
Converting (implicit) boost shared_ptr<T> to shared_ptr<co... +0.23
Need some help understanding C++11 Move Constructors +0.24
Confusion about rand() function in C++ -0.78
Allocation operator overloading 0.00
ambiguity error in function overloading -0.90
Allocation function definition +0.23
Why is copy constructor also not invoked in the last line? 0.00
Why does the const qualifier allow temporary objects or rvalues? +0.72
Abbreviation of code in c++ 0.00
the obj should have been destroyed at the end of function call '... 0.00
Why constructor does not work in some cases? 0.00
Should you have an class interface function that calls other intern... +1.14
C++ Correct way to Deference and Assign Value to pointer +0.03
Is function declaration in compulsory? +0.21
(How) can I use an array of strings as identifiers in C++? +0.23
Definition of constant within namespace in cpp file -0.61
Program not coutting +1.08
What is copy/move constructor choosing rule in C++? When does move-... +1.00
classes from c++ to assembly language +0.21
How do C++ functions return a big object or a structure? +1.40
vector <double> to double error in c++ code -0.23
Variadic template resolution in VS2013 - Error C3520 +1.57
How do I get a list of pointers to chars to place their values into... -1.26
Class member variables never getting initialized in new class +0.99
When I modify a const variable via a pointer, why is the original v... 0.00
Reference type and storage duration 0.00
Sorting a list of numbers first alphabetically and then numerically -0.49
I can't use if ( ifs == NULL) command in VS 2013 0.00
Is it safe to overload char* and std::string? +0.22