StackRating

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

Jerry Coffin

Rating
1597.05 (1,908th)
Reputation
463,844 (73rd)
Page: 1 ... 26 27 28 29 30 ... 177
Title Δ
C++ same name for non-virtual function in derived class conflicts w... +0.67
Set-Intersection C++ using text file 0.00
C++11 introduced exception constructors taking `const char*`. But w... +1.43
Is reference counting thread safe +1.44
Finding a max from a known list of variables WITHOUT using arrays +0.07
How to properly implement creation (and allocation) of a list of ob... -2.05
What are the algorithms to find all numbers consisting 3 and 5 only... 0.00
Divide-and-conquer algorithm for finding the majority element? +0.34
when use getline(cin, string), cin automatically take its value wit... 0.00
Do comments get translated to machine code? C++ +0.68
Consistency guarantee of file system regarding sequential write 0.00
Is atomicity really needed when implementing a thread lock? +0.53
Why do STL numeric algorithms use 'op' rather than 'op=... +0.49
Functor compile time error -0.14
Splitting sentences and placing in vector -0.50
C++ 11 std thread sumation with atomic very slow -0.99
Is there a way to check if a private variable is null? C++ +1.94
Increment an iterator standard map -1.53
How to change each word in a string vector to upper case +0.35
Non-friend, non-member functions increase encapsulation? +0.96
Free drawing using gdi - Issue with alpha color 0.00
How do I pull out the data file to find Average? Logic Help C++ -0.64
Iterator invalidation by `std::string::begin()`/`std::string::end()`? -0.15
Queue of class objects 0.00
How to count words in a document assuming the text file has multipl... +0.79
why is std::whatever::erase() a method and std::remove() a standalo... +0.88
Performance of containers inside loops 0.00
How to use the IsWindowsXPOrGreater function correctly? 0.00
Counting bytes of file online while reading it 0.00
What happens to a pointer that points to an element in a vector whe... +1.12
One Loop with two actions VS two loops with one action performance? 0.00
sprintf vs strcpy - use more memory and fast copy or almost no memo... 0.00
Is there performance gain or another reason for declaring all local... +0.35
Why don't I have to give the function the address of the array +1.87
Read file into array and return it from a function C++ +0.36
How to get rid of bad input one word at a time instead of one line... +1.15
Who schedules threads? +1.15
Creation of std::thread slows down main program by 50% -1.86
C++: If an exception is thrown, are objects that go out of scope de... -2.23
How to read files from a file in C++ using fread and buffering? 0.00
Design Pattern To save MFC Dialog Controls States +1.42
Will initialization of static vector using a function give memory l... +0.55
Specifying iterator value in stable_sort function 0.00
x86-64 movl and cmpl difference 0.00
Does accessing array of POD struct as array of its single member vi... +0.09
Is sizeof any type other than char guaranteed? -0.01
Can't find my memory leak in this simple code -0.92
Error Iterating Through Members of a Struct in Vector -2.26
Get the lowest list count in array -1.03
Convert string with thousands (and decimal) separator into double 0.00