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 ... 14 15 16 17 18 ... 21
Title Δ
what's the safe way to fill multidimensional array using std::fill? -1.19
Is it allowed to assign to a dereferenced this (*this)? -0.20
How can I safely average two unsigned ints in C++? +0.32
(C++) Using map for inventory system -1.14
Ambiguous template error adding std::string to uint in Visual C++ +0.75
return modified value from a function template error +2.04
Initialize array in constructor without using default constructor o... -0.92
find most occurence element in array +1.47
Tools to bracket conditional statement +0.62
Should my API use nonmember functions to act on an object, or make... +0.73
passing functions +1.01
Meaning of C++0x auto keyword, by example? +2.00
What loop to use for an iteration that might be interrupted before... +1.24
Returning a unique_ptr from a class method C++0x +1.90
What is the default operation of the '=' operator? +1.36
C++x0 unique_ptr GCC 4.4.4 +0.96
"Error: no operator for cin>>" I can't figure out w... +1.45
how to sort a set using a Functor -0.76
Is there a way to statically-initialize a dynamically-allocated arr... +0.69
Which language is most suitable for an efficient web-crawler? +1.61
Will the destructor of the base class called if an object throws an... +1.51
OOP Constructor question C++ +1.67
What are the errors in this function from a Microsoft interview que... +0.32
How to include header files +1.14
What is the difference between function templates and class templat... 0.00
Permuting All Possible (0, 1) value arrays +1.30
Should we delete before or after erase for an pointer in the vector +0.67
Working around the C++ limitation on non-const references to tempor... +1.59
How can I use C++ enum types like C#? +2.45
1-D into 2-D array 0.00
C++ Returning multidimension array from function -0.49
Do rvalue references allow dangling references? +0.42
c++ vector of strings - issue with pointers +1.25
bjarne stroustrup about another language? 0.00
C++ STL containers, 'under the bonnet'? +0.54
how to make function local to main only ! +1.59
vector addition operation -0.80
Casting "Stylee" -0.14
converting string to int -0.77
Confusing output? -1.42
Sources of non-determinism +0.47
Why Floating point numbers cant be compared? +0.12
Is there a more efficient way to get the length of a 32bit integer... +1.42
What are rvalues, lvalues, xvalues, glvalues, and prvalues? -1.59
Removing duplicates in an array while preserving the order in C++ -1.01
Global Object not accessible to other source files C++ +0.50
non-technical benefits of having string-type immutable -0.45
Why does the postfix increment operator take a dummy parameter? -0.93
Is there "magic" in the STL? -0.59
How to store different data types in one list? (C++) +0.56