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 ... 9 10 11 12 13 ... 34
Title Δ
C++ 2D Vector setting a position within the vector 0.00
Why does the iterator of List in STL use the (*node).data instead o... 0.00
C++: Semantics of [x] for dereferencing: C-style vs pointer array +0.79
How to create an object of a nested class? +0.22
Having trouble understanding a portion of code in gadgetfs -1.18
ifstream variable in class -0.17
Initializing array of objects 0.00
Overload operator = insted of using accesor +0.64
Error: lvalue required as a left operand of assignment +0.78
My 1-line if-else statement isn't working +0.23
how access a character of a string using the offset operator, and t... +0.24
Pointers and "NULL" +0.28
function returning reference to an vector element -2.07
Are members inherited from a Superclass's superclass +0.43
How to run functions/classes from main? +0.43
how to make value = strtol (number.c_str(),NULL, number.size()); wo... -1.07
c++ primer plus chapter 2 ex7 - cant solve it -1.56
Adding Classes to an Array -0.91
STL-pair-like triplet class - do I roll my own? +0.80
const struct { x } vs struct { const x} +1.18
sizeof someStruct->someArray[i][j] always returns 4 0.00
Cryptic for-loop statement -0.28
Why is my small c++ code behaving unexpectedly? -2.01
Save txt file as the name of a variable +0.80
Getter vs public member and the possibility to replace the returned... -0.78
Restricting templates to only certain classes? +0.85
C++ difference between two array declarations -0.90
Const before or after the type? +0.86
Does default constructor zero-initialize member array variable? +0.53
C++: Mean Median and Mode +0.77
CC_SYNTHESIZE(int, beadColor, _BeadColor); Invalid use of 'this' ou... 0.00
What's the difference between the types - int * and int *[100] in C? +1.63
How does the compiler determine when is it safe to RVO? -2.33
Constructor definition without implementation? -0.08
Syntax of the functor definition in c++? -0.74
pointer to a const pointer to an int +0.22
Can't assign List Iterator [C++] -0.41
Adding Foo& to a std::vector -1.66
Why auto is deduced differently? +1.04
Custom operators error when passing parameters c++ +0.20
How to fill and access to std::map<std::pair<enum1, enum2>... 0.00
Printing data in a vector +0.22
I would like to ignore a user's input if they go out-of-bounds +0.22
visual c++ undeclared identifier 0.00
char* and char arr[] Difference - C++/C +0.21
Is there any overhead to define complicated (large size) class insi... 0.00
The sizeof several casts +1.07
Weird bug with floats in if-statement +1.46
Dumping address of a c-string to an ostream? +0.78
What's the difference between data stored in global variables and d... +1.14