StackRating

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

Greg Rogers

Rating
1533.82 (15,453rd)
Reputation
27,634 (4,555th)
Page: 1 2 3 4 5
Title Δ
Dereferencing Variable Size Arrays in Structs -2.34
To STL or !STL, that is the question +4.15
Why can't c++ ifstreams read from devices? +2.13
C++ template destructors for both primitive and complex data types -1.87
C++ alternatives to void* pointers (that isn't templates) +4.14
Can I use the STL if I cannot afford the slow performance when exce... +4.23
In c++, why does the compiler choose the non-const function when th... -3.99
Does setbuf() affect cout? +1.59
Boost: Fire and forget asynchronous function call? +2.84
MPI or Sockets -2.80
Forward an invocation of a variadic function in C -0.05
Practical Uses for the "Curiously Recurring Template Pattern&q... -1.13
Best way to store currency values in C++ -3.57
How does this C++ function use memoization? -1.83
Why doesn't C++ have a garbage collector? +0.91
C header file loops +0.42
Is Fortran faster than C? +1.92
How much memory do Enums take? -2.39
Getting a boost::shared_ptr for this -1.54
Resources for high performance computing in C++ +4.16
C++ STL: should I store entire objects, or pointers to objects? -1.30
What's your favorite C++0x feature? +0.66
Sell me on const correctness -1.59
Class design vs. IDE: Are nonmember nonfriend functions really wort... +3.52
Should one prefer STL algorithms over hand-rolled loops? -0.71
Refactoring global to local. Should they be static or not? +1.11
GNU compiler warning "class has virtual functions but non-virt... +4.12
Returning an 'any kind of input iterator' instead of a vector::iter... -1.46
How do I remove code duplication between similar const and non-cons... -3.60
How do I trim leading/trailing whitespace in a standard way? -1.28
Automatic casts +3.78
C++ usage in embedded systems +3.47
Use of 'const' for function parameters +3.76
Problem Linking "static" Methods in C++ -1.66
Fastest way to see how many bytes are equal between fixed length ar... +0.25
Getting a vector<Derived*> into a function that expects a vec... +0.39
What is the cost of using a pointer to member function vs. a switch? -1.67
Does the 'mutable' keyword have any purpose other than allowing the... -1.59
"get() const" vs. "getAsConst() const" +1.35
Best container for double-indexing -0.88
Are POD types always aligned? -1.74
C++ strings without <string> and STL -2.65
SVN checkout question -1.44
STL Alternative -1.58
'Helper' functions in C++ -3.67
Macro to test whether an integer type is signed or unsigned +0.56
Resetting detection of source file changes -3.13
Const Struct& +4.27
Limiting CPU speed for profiling -2.65
profile-guided optimization (C) +4.23