StackRating

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

fredoverflow

Rating
1609.06 (1,433rd)
Reputation
171,077 (301st)
Page: 1 ... 7 8 9 10 11 ... 21
Title Δ
C++ How to convert last 4 characters of array to an integer? +0.93
How can one implement a custom string class using the STL? +0.39
short circuiting and parenthesis +0.59
C++ Vector Memory Usage - Is it ever freed? +0.80
array doesn't decay to pointer if passed by const reference in a te... +1.99
How to increment a 64 bit number when the OS only supports 32? -1.49
When manipulating large arrays in a finite recursive loop, what poi... -1.23
How do I call a function inside of another function in C++? +0.37
rvalue references in Visual Studio 2010 +1.41
Convert octal representation of a number to decimal -2.24
Why is my Dynamic Array of Char's still returning uninitialized val... -0.89
order of evaluation of operands -0.59
c++ const convert +0.35
What is the difference between ::operator new(size_t n) and new cha... +0.63
Casting changes value strangely +0.75
Lifetime of vector::push_back() elements +0.21
Efficient factory functions without pointers (including smart point... +0.91
Is there a difference between using "this" pointer and no... +0.59
Automatically pick a variable type big enough to hold a specified n... +1.15
How to return a reference to a variable in C++? -0.22
syntax highlighting for files without extensions 0.00
Swap position of two iterators in container +0.38
Are there cases where a typedef is absolutely necessary? +1.23
Why constructors will always have same name as of class and how the... +1.73
Writing custom for loop in c++ +0.20
Dynamically allocated C array of strings -1.31
Does new always allocate on the heap in C++ / C# / Java +1.52
Difference between &(*similarObject) and similarObject? Are the... -2.41
How object can be stored as reference in array, list or map? -0.53
Does clearing a vector affect its capacity? +0.18
Rvalue ref and perfect forwarding +1.69
Is this code legal? (C++0x move semantics) -1.07
Deleting an uninitialised object in C++ +0.95
Speed difference between If-Else and Ternary operator in C...? +0.44
Casting a large number type to a smaller type 0.00
In which order should floats be added to get the most precise result? -1.00
Temporary function object in a for loop -2.29
Help with SNMP in C++? +0.44
Real life examples of xvalues, glvalues, and prvalues? 0.00
C++ If statement problem - displaying wrong info -1.49
How to figure out which methods increases size of 'exe' -0.29
Separate physics thread without locks -0.97
How to produce a random number sequence that doesn't produce more t... +1.07
what is wrong with this program? -0.09
C++ class type copy-initialization -0.10
What happens if delete[] p fails? -1.28
Is there anything like "std::and" or "std::or"? +1.37
Verifying variable arguments are of expected type +0.93
Checking if my const variable has not been modified externally -1.27
difficulty understanding different kinds of call statements +1.65