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 ... 8 9 10 11 12 ... 21
Title Δ
If temporaries are implicitly non-modifiable, how does this work? +1.94
std::vector and contiguous memory of multidimensional arrays -0.65
What is semicolon in c++? +0.72
Pre & post increment operator behavior in C, C++, Java, & C# +2.18
c++ / c# pyramid scheme how to make it? +0.39
There is an array of n numbers. One number is repeated n/2 times an... +0.19
Why is it thought of 'T *name' to be the C way and 'T* name' to be... -0.53
Simplify writing custom iterators in Java -1.59
shared data between objects via a pointer in C++ -0.24
Inline function returning statically created object -2.59
Program execution time +0.13
Dynamic Memory Allocation -0.26
Object destruction in C++ 0.00
passing heavy objects C++0x +0.95
How to receive an iterator of strings on STL algorithm -1.54
C++ Operator Overloading in expression +1.52
Deletion of stack variable in C++ -0.42
rvalue function overloading +0.92
What is a complex data type and an Imaginary data type in c++? -0.96
Pointing to static arrays, but dereferencing without the use of * 0.00
Save argv to vector or string +1.69
Passing Function name as arguments to a function +1.63
How big is a heap frame in Visual C++ 0.00
I'm messing up my inheritance -0.43
Ensuring there's only one of every state -1.60
can custom C++ classes replicate the performance of inbuilt types? +0.20
Is it possible to step through the members of a C++ struct? +0.37
Value-initializing an automatic object? +0.62
Copy constructor called many times when data is inserted in vector +0.09
if/else statement in SSE intrinsics +1.87
C++ function that do base 10 significant + exponent calculation fro... -0.29
C++ output operator overload +1.42
What's the meaning of MOV EAX, DWORD PTR SS:[EBP+8h] and how can I... +1.18
C++: &a[2] - &a[1] ==? +1.16
Storing States in C++ Metaprogramming? +1.78
What is the scope of a unique_ptr returned from a function? +0.81
Distinguishing Pass-by-Reference and Pass-by-Value +0.95
Immutable classes and memory in C++ -1.78
Overloading on R-value references and code duplication +0.55
hex string to unsigned char[] +0.42
Passing an array by pointer -1.09
Is it ok to pass `int *[LENGTH]` instead `int [][LENGTH]`? +2.70
Vector of object pointers, initialisation -1.48
How does the C++ compiler interpret the == operator? -0.56
c++: Difference between member and non member functions -0.12
C++ char assigment -0.14
Operator overload which permits capturing with rvalue but not assig... 0.00
Performance difference between multiple pointer dereferences vs ref... -1.24
Why do virtual functions need to be passed with a pointer and not b... +0.03
Why am I disallowed from calling methods on an object I've returned... +1.79