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 ... 34
Title Δ
What is the type of an int array? +0.88
for(auto &pointer : vectorOfPointers) vs for(auto pointer : vec... -1.93
Explanation of code snippet regarding how to pass an array as a fun... +1.14
copy constructors in structs: Do arrays get copied 0.00
Memory Leak in Matrix Class 0.00
pointer and reference as arguments in function +0.09
OOP iterator and find method not working correctly 0.00
Store pointer address with std::adressof +1.05
what is the difference between array[1][2] and array[1,2]? -1.17
Can someone please explain this college exercise +0.20
limiting input to only y/n using loop 0.00
C++ What is wrong with using a toString() method +0.48
Pass anonymous function object to std::function? 0.00
How does DEFINE_TYPE_NAME in Boost work? 0.00
What is this error in my C++ code? 0.00
alternate to multiple checks in IF condition +0.62
Why is only the first character being outputted and why does the WH... +0.24
Why rethrow an exception +0.59
string to vector conversion throws std::bad_alloc +1.44
Double header inclusion in C++? +1.36
recursive call should output reverse string +0.44
Accessing private instances of classes from another class +0.77
dynamic memory allocation for string +0.50
Constructor definition with a member initializer list 0.00
Why "const int" to "int" conversion works but &... +0.75
Can't read names from a vector of structs with string members 0.00
No errors, but output is not right. Pointer issue possibly 0.00
Cannot assign value to global array in c++ +0.24
Array of objects, difference between Java and C++ +0.89
Is passing a reference into a function ok for memory management? +0.08
std::promise and std::future in c++ -2.80
Reference to a pointer error: Non-const lvalue reference "cons... -1.07
How to pass function by reference? 0.00
c++ error c2015: too many characters in constant -3.07
What does "Snippet Expansion" mean? +0.86
Comparing 2-D char array in C++ +0.24
static and volatile qualifiers after type +0.84
Constructed temporary object are lvalue? -0.65
C++ vector iterators vs. pointers -0.12
Unable to iterate over a Qt enumeration 0.00
Difference between two ways of using default constructor 0.00
std::string loses value when passed in function inside a class object +0.98
How does std::find auto-magically knows the end of an array in C++? +1.01
C++ if, else if and else statement problems +0.24
What is the most modern way, the most "right" way to iter... +0.59
Why is the operand receiving an error message from binary expression? 0.00
Does this typedef mean what I think it does? -2.32
Arrays in Classes -1.60
Why do type aliases in C++ use 'using' instead of 'type... -1.33
Can I reuse variables or objects that I delete? -0.37