StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

DrPizza

Rating
1499.80 (3,741,730th)
Reputation
14,919 (9,445th)
Page: 1 2 3 4
Title Δ
exceptions across module boundaries in C++/CLI -1.21
Do potential exceptions carry an overhead? +0.48
Default assignment operator in inner class with reference members -0.47
Minimum Number of Operations needed +2.22
C/C++ maximum stack size of program +0.08
Type.GetType("namespace.a.b.ClassName") returns null +1.40
Is it OK for an abstract base class have non-abstract methods? +1.15
Is there an occassion where using catch all clause : catch (...) is... +0.77
Need help with C# generics +1.69
Can every if-else construct be replaced by an equivalent conditiona... +1.29
Should we add unsubclass code during dialog destruction? +0.01
Constant string arrays -0.01
How to determine whether a .NET exception is being handled? -1.62
Can address space be recycled for multiple calls to MapViewOfFileEx... +0.57
Is it possible to compile both 32-bit and 64-bit configurations wit... -0.29
How to deal with initialization of non-const reference member in co... -0.25
Is DbgHelp.dll built-in to Windows? Can I rely on it being there? -0.31
Why is there a different string class in every C++ platform out the... +0.12
C++ user-defined conversion operators without classes? +0.64
Question about storing array in a std::vector in C++ -1.32
How to block running two instances of the same program? +0.19
Are there any viable alternatives to the GOF Singleton Pattern? -0.59
RAII vs. exceptions -0.05
Is mathematics necessary for programming? +0.18
What Does It Mean For a C++ Function To Be Inline? +0.22
What Does It Mean For a C++ Function To Be Inline? +0.71
Fixed point combinators in C++ -0.48
When is it good (if ever) to scrap production code and start over? +0.57
What's your favorite C++0x feature? -0.53
How do I prevent a class from being allocated via the 'new' operato... -0.96
How do I prevent a class from being allocated via the 'new' operato... +0.71
Why are Exceptions not Checked in .NET? +0.05
Are C++ non-type parameters to (function) templates ordered? +1.38
Why shouldn't I use "Hungarian Notation"? +0.45
How to retrieve all keys (or values) from a std::map? -0.47
Why use c strings in c++? -0.57
In C++, why use static_cast<int>(x) instead of (int)x? +0.14
How to convert a unmanaged double to a managed string? -1.22
How to convert a unmanaged double to a managed string? +1.28
Singleton: How should it be used +3.50
In C++, can you have a function that modifies a tuple of variable l... -2.38
.Net 2+: why does if( 1 == null ) no longer throw a compiler except... -3.00
Why should the "PIMPL" idiom be used? -3.04
Iterators in C++ (stl) vs Java, is there a conceptual difference? -0.93
What to do with queries who donĀ“t have a representation in a domain... -0.70
When can DataInputStream.skipBytes(n) not skip n bytes? +4.15
Is there a difference between foo(void) and foo() in C++ or C +4.26
Can you do a partial checkout with Subversion? -3.97
What would it take to make OpenID mainstream? +2.27
Can cout alter variables somehow? -2.86