StackRating

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

JohnMcG

Rating
1434.26 (4,535,100th)
Reputation
6,798 (23,676th)
Page: 1 2 3 4 5
Title Δ
Conditional operator in member-initialization list -0.92
What is the purpose of .PHONY in a makefile? -1.50
C++ templates: prevent instantiation of base template -0.37
Are memory leaks "undefined behavior" class problem in C++? -0.72
Is there anything wrong with this shuffling algorithm? -0.29
C++ std::string and NULL const char* +0.35
Const correctness for value parameters -0.42
Removing macro in legacy code +0.95
What are the differences between using array offsets vs pointer inc... -2.13
How do I escape the const_iterator trap when passing a const contai... +3.64
Parameter choice for copy constructor +1.09
Any reason to replace while(condition) with for(;condition;) in C++? +3.15
If I store a member as an object, will I incur an object copy durin... -3.43
Why STL containers are preferred over MFC containers? +0.64
What does a colon following a C++ constructor name do? -0.49
Reason why not to have a DELETE macro for C++ -3.31
How do use a std::auto_ptr in a class you have to copy construct? -1.09
How do use a std::auto_ptr in a class you have to copy construct? -1.09
Reading/Understanding third-party code -1.62
Is there a way to scan for when people forget to call the base clas... +4.39
practices on when to implement accessors on private member variable... -1.03
C++, removing #include<vector> or #include<string> in c... +0.64
Set local environment variables in C++ -3.76
constness of returned object(s) from a const member function -1.50
is there any specific case where pass-by-value is preferred over pa... +0.32
How to make sure you have overriden (hide) a method in a derived cl... -2.05
Why is it better to use '!=" than '<' in a vector loop? (C++) +0.29
Which OO concept is this an example of? +2.31
Copy constructors - c++ -0.96
Replace giant switch statement with what? -1.99
What are some tricks I can use with macros? -0.69
What is the benefit of inheriting from std::binary_function (or std... -3.26
C++ Etiquette about Member Variables on the Heap -0.74
Programmer productivity with STL vs. custom utility classes +1.80
C++ code in header files +2.22
implementing operator== when using inheritance +2.38
Separate header files for concrete classes - C++ -0.15
Concrete class specific methods -0.59
Catching c++ base exceptions -3.32
Is modern C++ becoming more prevalent? +4.40
Is it OK to use C-style cast for built-in types? +2.28
Should objects delete themselves in C++? -0.62
Overriding public virtual functions with private functions in C++ +3.10
How can I avoid dynamic_cast in my C++ code? +2.27
Disadvantages of a <std.h> file that brings in all std headers? -3.51
Why is it impossible to have a reference-to-void? -1.78
Is this' type variableofType()' function or object? -0.44
Passing newly allocated data directly to a function +0.11
How important are constraints like NOT NULL and FOREIGN KEY if I'll... -2.85
A standard set of questions to ask an interviewer? -2.25