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 ... 12 13 14 15 16 ... 21
Title Δ
Zero-length C-array binds to pointer type -1.18
Constant class members, assignment operator and QList +1.82
null pointer in C++ +0.82
Is C/C++ bool type always guaranteed to be 0 or 1 when typecast'ed... -0.69
String overflow in C++? This inecessant beeping is weird -0.26
C++: is push_back(new Object()) a memory leak? -1.36
Meaning of notations like _NAME, __NAME, _NAME_, __NAME__ +0.67
Writing Garbage on free / delete +0.75
++i or i++ in for loops ?? -1.30
What are the dynamics of the C++ delete statement? -0.70
Does std::list::remove method call destructor of each removed eleme... +1.84
Initialization of 2D array with dynamic number of rows and fixed nu... +1.45
This loop is executing more iterations than is expected -1.61
Why is metaprogramming important? Isn't scripted code-generation ea... -1.99
ArrayList-style indexOf for std::vector in c++? +1.79
error C2955: 'ListRemake' : use of class template requires template... -0.41
Insert a string into another string efficiently -1.50
Forward Declarations/Includes with Template Classes - "invalid... +1.18
Questions about a array of pointers in c++ +1.41
Should shortcuts, brevity, and cleverness be routinely skipped in f... +1.03
Why am I getting error C2061 (syntax error: identifier)? 0.00
Getting absurd errors in using template template arguments -0.80
what is a virtual method in c++? +0.76
how to initialize function arguments that are classes with default... -0.59
Hash function for floats -2.26
Is an "if(...) return ...;" without "else" cons... +0.36
Linked list of different classes - in a maintanable way? +1.20
Two-dimensional array (matrix) memory allocation troubles +2.09
Floating Point Exception C++ Why and what is it? +1.23
Do you see any kind of problem with this C++ code? -0.45
C++ reference & const pointers in C/C++ +1.15
Problem with LZO 0.00
Some confusions this tip about determining passing method of parame... -1.22
Why A->B doesn't make List<A>->List<B>? Wouldn't... -0.33
return stack[--stp]; - Which happens first? Is stp decremented or i... +0.08
Is there an STL/boost algorithm to check all elements in a containe... +0.55
standard conversions: Array-to-pointer conversion (strings) +0.42
Why is passing this kind of variable-size parameter by value imposs... +0.15
What's your favorite STL trick? +1.61
The reason behind strict rule of passing an array by pointer to a f... +1.35
"Roll-Back" or Undo Any Manipulators Applied To A Stream... -0.80
How to 'cout' the correct number of decimal places of a double value? +0.85
Lifetime of temporaries +1.69
What C++ refactorings do you use in practice? -0.35
regarding lvalue-to-rvalue conversion +0.16
How to find a string in string and replace it? -0.38
Iterate over all objects of a class (but not the parents of that cl... -0.85
Why does this simple C++ class hierarchy fail to exhibit polymorphi... -0.15
How to traverse/iterate STL Map? -0.81
c++ toupper - standard function? +0.44