StackRating

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

Steve Jessop

Rating
1646.94 (616th)
Reputation
239,307 (175th)
Page: 1 ... 39 40 41 42 43 ... 66
Title Δ
C# versus C++ performance -0.60
Do optional elements break RAII and if yes what is a better approach? +0.95
Nested empty class +0.26
C++, polymorphism and iterators -0.37
Endianness issue? -0.47
Counting number of occurrences of a char in a string in C -1.53
Is this a legal way to implement impure virtual functions? +1.54
General purpose hashing function for classes and subclasses +1.43
Given an array with multiple repeated entries, fnd one repeated ent... +0.74
string::compare superfluous parameter? +0.29
Some confusions this tip about determining passing method of parame... +0.97
Doubts about passing by reference +1.10
return stack[--stp]; - Which happens first? Is stp decremented or i... +0.59
Having one interface with lots of virtual methods? Or having many i... +0.23
When does casting change a value's bits in C++? -0.11
Is it a bad practice to create software that wouldn't work in a his... -1.07
Sets consisting of a combination of elements and other sets being u... +0.29
what is the use of c++ non-type template values? +1.05
C++ integral constants + choice operator = problem! -1.90
C difference between *[] and ** +0.26
C++ and iterator invalidation +0.23
dynamic_cast confusion -1.97
Can I ensure that, when fopen()-ing a file for "w", the p... -0.41
how to sort a lot of data in c? +0.51
To use shared_ptr, is it safe ? +0.32
How can one avoid duplicating class template specification for each... -0.75
Is it safe to push_back 'dynamically allocated object' to vector? +2.10
Why is the code in most STL implementations so convoluted? -0.54
How to separate logging logic from business logic in a C program? A... +0.25
To DRY or not to DRY? On avoiding code duplication and retaining co... +0.48
Is this memoy-usage optimization technique ever possible in case of... -1.37
What kinds of code need to be aware of rvalue references? +0.92
complexity of parsing C++ -1.52
Can gdb or other tool be used to detect parts of a complex program... -1.67
How does one go about reverse engineering an algorithm? +0.59
int num = *(int *)number; What does this do? +0.94
Should I use throw() when implementing non-throwing swap? +1.01
Searching For Elements With Multiple Matches +1.27
How to output a float product of int multipliers? +1.22
How can i get constituents of a member function from its address? +0.98
Can Java and Python coexist in the same app? +1.83
Generic way to cast int to enum in C++ +0.84
Why are qualifiers of template arguments stripped when deducing the... +1.05
While scanf!=EOF or scanf==1? -0.76
Variable-length arrays in C89? -2.83
Does STL Vector use 'new' and 'delete' for memory allocation by def... +0.98
Limit STL algorithms to N elements +1.25
Why does a virtual function get hidden? +0.48
In place definition of dynamically allocated struct in C +0.89
Expressions with no side effects in C++ -0.02