StackRating

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

Paul Evans

Rating
1491.08 (4,398,152nd)
Reputation
19,808 (6,899th)
Page: 1 ... 7 8 9 10 11 ... 25
Title Δ
Useful folder structure for Project-Euler (Make/Source)? -0.62
How to use sizeof(a)/sizeof(a[n]) +0.56
Trying to understand * and & in C++ -0.43
How to use libraries in C++? -0.46
Should I use Priority Queues for scheduling tasks (functions, etc.)... 0.00
+= Operator in C++ +1.08
Byteland Coins Array Solution -0.46
How to create a fixed size (in terms of memory) hash table in cpp? -1.01
Sleep() does not give accurate representation of time -2.19
Memory leaks preferring in order to not to slow down shutdown +0.55
How do I access list of structs with an integer argument (c++)? -0.16
Shared Variables in C++11 -0.40
Feasibility of automatic cycle breaker for `std::shared_ptr` +0.43
Why can't run-time polymorphism be solved at compile time? +2.06
How to get the real number of bytes when i use read function of ifs... 0.00
In C++ how do I store an SQL query and sort it? -1.75
How to print something when runtime error occurs somewhere in my C+... -0.49
#include <exception> - No such file or directory +0.06
What is the most fashionable way of calculating minimum value? -1.88
why c++ algorithm includes have at most 2*(count1+count2)-1 compari... +0.13
How many times a digit is appeared in a number -0.96
Is sqrt(a) / sqrt(b) preferred to sqrt(a / b)? -1.82
In c++ is a linear sort the same meaning/thing as a insertion sort +0.55
How to make a tree behaving similary to list? 0.00
c++ how can I call B and A Methodes? 0.00
Getting cygwin_exception::open_stackdumpfile working with vectors 0.00
std::list remove element by index -0.40
C++ Are pseudo random number generators thread safe? 0.00
C++. How to change each element in vector? 0.00
How do I store numbers in C++ without the decimals being truncated? -0.41
Why does intentional buffer overflow not overwrite variable? -1.78
How to reduce an user data type notation? (typedef?) 0.00
NULL and nullptr comparision -1.06
How can I convert char* buffer to unsigned char buffer 0.00
Can a variable be initialised by extracting from std::cin? -1.85
How to reference structure that is initialised in seperate function 0.00
C++ Function Const -0.68
Printing Any STL Container -0.75
How to differentiate between char literal and unsigned int as a par... -1.31
Why C++ operation priority is different when dealing with objects o... 0.00
Calculating the sum of your name given every letter a number 0.00
Basic console application - surpassing 80 character width -0.47
WideCharToMultiByte std analog UTF8 +0.03
Segmentation Fault on Simple C++ Program -1.48
Overloading operators (pointers) 0.00
C++ How to access an object of another class? +0.53
Higher part of multiply and division in C or C++? +0.76
Best practice for checking for no index for an unsigned integer +1.24
Bitwise operators explanation -0.63
How do I convert a string having file's path to normalized path... -0.05