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 Δ
Are all macros evil? -0.72
ctags best practicies -0.03
Why override operator()? -0.02
In C++, what do you do nearly all the time? -0.23
Cleaning up an STL list/vector of pointers -2.65
Can I make Asynchronous ODBC Calls? Any reference materials? -0.58
Is there an optimal byte size for sending data over a network? -1.33
Object Oriented Design help from C++ to C# -2.36
How to synchronize C & C++ libraries with minimal performance p... -3.06
irritating select() behaviour in c +0.42
How do I sort a vector of pairs based on the second element of the... -3.96
What is the best explanation for the export keyword in the C++0x st... +1.11
Checking if something was malloced +0.66
Parallel quicksort: recursion using Boost Bind? 0.00
Kill a blocked Boost::Thread +4.00
C++ const question +2.51
How to implement big int in C++ -1.82
Nested templates gcc compiler 4.1.2 error -2.36
How can I negate a functor in C++ (STL)? +1.12
Why was the switch statement designed to need a break? -2.80
unions declaration C code +3.65
Do you use curly braces for additional scoping? +2.25
stl::multimap - how do i get groups of data? +3.57
Binary Search Tree Deletion (Inorder Pred method) C++ -2.14
Examples of good gotos in C or C++ +3.66
Reader/Writer Locks in C++ +3.97
Is this C++ implementation for an Atomic float safe? +3.90
Checking lists and running handlers -0.01
STL sorted set where the conditions of order may change +0.91
Is it possible to write a function like next_permutation but that o... -2.67
using STL to find all elements in a vector -2.83
Is list::size() really O(n)? -0.95
Garbage Collection in C++ -- why? +2.13
Is there a way to check if an istream was opened in binary mode? +3.90
Any way to cast with class operator only? -0.13
Why does the C++ STL not provide any "tree" containers? +2.30
Is there a convenient way to wrap std::pair as a new type? +3.12
can realloc Array, then Why use pointers? +1.84
Caching a const char * as a return type +4.00
Recommendations for a small c-based vector and matrix library +2.39
How do you reverse a string in place in C or C++? +4.19
Why "delete [][]... multiDimensionalArray;" operator in C... +3.09
Is there any way to determine the size of a C++ array programmatica... -0.24
What language/platform would you recommend for CPU-bound application? -2.16
Pros & Cons of putting all code in Header files in C++? -3.34
Is the destructor called if the constructor throws an exception? -0.81
Serialization of objects: no thread state can be involved, right? +2.05
C / C++ compiler warnings: do you clean up all your code to remove... +1.03
Comparison Functor Types vs. operator< +2.89
How to filter items from a std::map? -1.15