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 ... 15 16 17 18 19 20 21
Title Δ
error: no matching function for call to 'make_pair(int&, Quest*)' +2.20
Why, if a char is initialized to 1 and then left shifted 7 times an... +1.04
rate ++a,a++,a=a+1 and a+=1 in terms of execution efficiency in C.A... +1.40
C++ multi-dimensional array initialization +1.60
Difference between partition and remove functions in C++ +1.37
Variable of class A in class B and pointer of class B in class A? +1.96
Pointer of a 2D array in C++? +1.48
making a SingletonMixin class in c++ -0.36
What is better way to loop over two ranges - multiply them together... +0.15
which is the best way to generate choices out of a given set of num... -0.98
Do very long methods always need refactoring? +0.55
What is an iterator's default value? +2.09
int (*p) [4]? +2.46
C++ convert string to hexadecimal and vice versa +0.51
C/C++ optimization: negate doubles fast +0.39
How are malloc and free implemented? -1.50
Container that doesn't require its elements to be default and copy... -1.85
C++ int a[n] working in g++ but not with vs2008 +0.37
Does myVector.erase(myObject) call delete on myObject? +0.95
why is this syntax exclusively used to initialize string literals a... -1.18
friend with class but can't access private members -2.44
Is typedef just a string replacement in code or somethings else? -0.98
assign elements in vector declared with new. C++ +2.63
C++ - pointer passing question -1.71
Is the book wrong? +1.20
Always creating instance of class? -1.11
how to use malloc() in C++ -0.72
Rvalues vs temporaries +1.37
Does putting data into std::vector in C++ create a copy of the data? -0.48
Is unsigned char('0') legal C++ -0.31
Passing temporaries as LValues +0.32
C++ alter private member variable from static member function -2.08
Creating an easy to maintain copy constructor +1.23
Prefix/Postfix increment operators +1.09
how to implement is_pointer? +1.76
How vector allocate memory +0.46
C++: Fill array according to template parameter +0.11
'std::vector<T>::iterator it;' doesn't compile -0.48
Rotate a 2D array in-place without using a new array - best C++ sol... -1.77
Is there any Tables lib/code for in memory manipulation in C++ 0.00
One function for addition/subtraction in "Clock arithmetic&quo... -0.36
Borland Warning 8092 +0.53
Freeing memory for const char * variable in C++ -1.28
What's the best way to have a variable number of template parameters? +0.18
Two dimensional arrays allocation problem -0.50
Where in memory are variables stored in C++? +0.44
Tool to identify the similarities in logic between a function of C... +1.30
Confusion in C++ +0.80
Function that returns a pointer to const 2-d array (C++) +1.67
What are move semantics? 0.00