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 ... 10 11 12 13 14 ... 21
Title Δ
Accessing vector<vector<char> > elements as rows and co... -2.46
Passing as const and by reference - Worth it? -0.08
C++: "const" in front of a class method +0.40
Time delay in method delaying whole program +1.18
A way of allocating multidimensional arrays dynamically +1.78
Large Dynamic MultiDimensional Array Not Working +0.40
How can someone define a data type, and then use it in other file t... -0.11
Destructing the Vector contents in C++ -1.71
Does returning a standard container incur a copy of the contents of... +0.90
Unforgiving GCC C++ compiler +2.02
One overloaded function, yet the program doesn't see it that way +0.38
Return value optimization of values unpacked from std::tuple 0.00
Program crashes when trying to set a character of a char array +0.24
How to get the value of const string& in C++ -1.02
Is there any alternative way of writing the code instaed of using s... +0.40
Is the pointer guaranteed to preserve its value after `delete` in C... +0.56
Stack overflow when declare 2 array +0.91
Why result output is integer even result is defined as float? +1.88
dynamic array member variables +1.14
force template <class> to be derived from BaseClassA? +1.48
Calculating and printing factorial at compile time in C++ +0.06
Array allocation - can you stop constructors and destructors from b... +0.92
A Base Class pointer can point to a derived class object. Why is th... -1.04
Why is a POD in a struct zero-initialized by an implicit constructo... -0.24
Memory leaks - the horror of every programmer? +0.65
What's the correct way to add 1 byte to a pointer in C/C++? -0.39
iterate std::vector<std::vector<char> >? +1.76
Calling erase with iterator vs const_iterator -0.55
Get the last element of a std::string -0.63
template pass by value or const reference or...? +0.81
C++ - vector<int>::size_type +1.27
C++ fixed size arrays vs multiple objects of same type +0.12
are STL Containers .push_back() naughty +0.15
A runtime error when assigning value to an unsigned integer 0.00
Resizing an "std::vector"; which elements are affected? +2.04
Understanding std::swap(). What is the purpose of tr1::_Remove_refe... +1.99
How do I use arrays in C++? +0.69
How do I use arrays in C++? -0.38
How do I use arrays in C++? +2.00
How do I use arrays in C++? -1.49
Does memory that is allocated in a function get freed when function... +0.69
basic.types $3.9 /9th point,ISO Standard C++ specification +0.46
Smart Pointers, Forward Declaration, and C4150 +0.44
Assigning to an object -0.21
Use of rvalue reference members? +1.34
What's the most performant way to construct a left-padded with NULL... +0.40
performance of unsigned vs signed integers +0.94
can we write this in C++ switch? -1.36
Implicit conversion : const reference vs non-const reference vs non... +0.46
Why does the area come back as 0? +1.02