StackRating

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

Tony Delroy

Rating
1561.81 (5,270th)
Reputation
85,937 (933rd)
Page: 1 ... 35 36 37 38 39 ... 52
Title Δ
What is the name for using "or" instead of || in c++? -0.52
the pointer to a reference in c++ +0.49
Interview: on People Matching -0.44
How to improve performance of a hashtable with 1 million elements a... -1.97
best way to resolve collisions in hashing strings +1.20
Space removal from a String - In Place C style with Pointers -1.76
Datastructure to represent hierarchial structure -0.49
Compare two static arrays +0.80
Explanation of some simple constructor code -0.87
string.c_str() deallocation necessary? +2.01
Overloading << operator on template classes +0.51
how much work is done by calling vector.size()? +0.40
C++ What's faster? static member function or ordinary one? 0.00
Why are template mixins in C++ not more of a mainstay? -1.68
Price of switching control between C++ and Python +0.65
new then throw in C++ constructor? -0.91
Pure virtual invocation from constructor and destructor +0.23
in two dimensional array in c++ why we always have to mention numbe... +0.49
Does "operator=" return type matter if I want to make the... -0.34
Is there any use case for class inside function after introduction... +0.69
No useful and reliable way to detect integer overflow in C/C++? -0.17
Problem with binary == +0.47
What can a 'const' method change? +0.73
How to write fast (low level) code? -1.03
Why reimplement strlen as loop+subtraction? -2.18
sizeof different program elements in c++ +0.47
C++ stream second insertion operator +1.21
Replacing multiple chars at the same time -0.52
How to choose an encryption algorithm to encrypt/decrypt a file? +0.04
cin.getline not executing c++ +0.32
What's the use of the private copy constructor in c++ +1.17
Structure alignment in GCC (should alignment be specified in typede... 0.00
Can templates be completely avoided in C++? +0.88
enum [tag] [: type] {enum-list} [declarator] in C++ - is this legal? +0.51
Pointer comparisons in C. Are they signed or unsigned? -0.81
Nested Comments in C/C++ -0.56
Oracle OCCI stmt.setTimestamp insert TIMESTAMP(6): microseconds alw... 0.00
Why is there no ||= operator in C/C++? -1.41
Is (x == x + 1) always return false for integer x? -0.85
Is complete boost going to be included in C++0x? +1.88
what is the better way to write iterators for a loop in C++ +0.43
Question about Types Conformity in C++? -0.83
Why not have all the functions as virtual in C++? -0.25
c++ getline cin issue -0.37
How can I check if a string has special characters in C++ effective... -1.14
C++ When should we prefer to use a two chained static_cast over rei... +0.61
Can new throws in a case of heap corruption? +0.13
Compare 4 variables to find the lowest C++ -1.61
How do I #define multiple values C / C++ +1.64
How to produce a random number sequence that doesn't produce more t... +0.13