StackRating

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

Martin York

Rating
1547.36 (8,780th)
Reputation
206,392 (222nd)
Page: 1 ... 18 19 20 21 22 ... 55
Title Δ
Which comes first? header guards, namespace and includes +0.35
How could C++ compile when there is an undefined function inside so... -1.03
STL algorithm to delete all the objects in a container? -1.06
Is it considered good practice to change the protection level of a... -1.52
Why do we not pass POD by reference in functions? -0.49
Is this the proper way to open a file for input? -1.17
C++ Custom "List" implementation doesn't work +1.38
Operator new initializes memory to zero +2.11
Difference between std::string's operator[] and const operator[] +0.14
Using const_iterator when overloading a const operator[] +0.01
Can't assign to mapType::const_iterator? ("no operator = match... +1.95
C++ ABI issues list +1.31
Can you tell if a C++ pointer has been destructed? -0.41
Windows Ctrl-C - Cleaning up local stack objects in command line app +1.53
Is it safe to to use template for primitive / class and pointer to... +1.56
Smart references in C++ -1.45
C++ Friendship and inheritance -1.13
Hoisting the dynamic type out of a loop (a.k.a. doing Java the C++... +1.17
Undefined behaviour of sub-expressions -0.91
Concept difference between pre and post increment operator for STL +0.41
What does this C++ declaration mean? +0.33
return multiply argument from function -1.16
Where can I find information about C++/STL method Exception guarant... +1.42
C++ / SDL encapsulation design help +1.27
What is the fastest way to check if std::vector index is not out of... +0.24
If conditioning and String -1.21
A point From N3290 C++ Draft : 12.2 Section .5th point ,line 10. .P... 0.00
How to get two integers separated by space in a char[]? -0.91
Undefined behaviour with const_cast +0.63
Can "construct on first use" idiom fail under any circums... +0.45
Calling a const function rather than its non-const version -1.76
Why doesn't my program catch an exception from dereferencing a null... -1.33
Problem understanding a pointer to a function -0.79
How to insert spaces in a big number to make it more readable? +0.10
Regarding 2-d array initialisation in C++ +2.23
How to convert a string to a templated type in c++ +1.74
Is it possible to find out the variable name, the pointer pointing... +0.84
how *.\t can be compared using regular expression? -0.95
Questions about a Segmentation Fault in C++ most likely caused by a... -0.00
How many V table will be created in the following code? -1.69
Why do we need `class` in C++? -0.83
Help implementing GNU Readline in C 0.00
what determines what bytes are output from std::endl -1.75
c++ memory management +1.59
What is being declared here? +0.27
Unnamed objects formed during derivation +0.70
is there prettier syntax for a c++ iterator? +0.04
How would the standard allow indirection through a null pointer? +1.50
Data alignment in C++, standard and portability -0.56
How do you keep track of exception safety guarantees offered by eac... +0.41