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 ... 24 25 26 27 28 ... 177
Title Δ
Strategy Pattern In C++ With Generics +2.18
Choose between template function and auto type deduction +1.23
Add a parameter to a class contained in one vector of that class +0.36
c++ / Append data on a txt file in a specific way -0.15
Authenticate Local Windows User Accounts 0.00
how does the mark (in mark-and-sweep) function trace out the set of... 0.00
Multithreading computation of Mandelbrot set +1.38
std::ofstrean doesn't work with -O3 0.00
Struct containing unusual templated function in C++ code 0.00
Sort files according to creation date? 0.00
Extract trailing int from string containing other characters +0.19
Return value optimization and copy elision in C +0.39
Counting occurrences of word in vector of characters +0.35
Why can't I define a function inside another function? -0.26
Why does my Palindrome function keep returning false? -0.01
Table pass by value +2.00
Print Unique Elements in an Array using Threads 0.00
A method to calculate related float values in c++ +0.11
Overloaded stream insertion operator (<<) in the sub-class +1.91
Overloading the stream insertion (<<) operator for a class -1.25
VirtualAlloc failing +1.65
How to know if a word in a string has digits? -0.23
C++ print string one word at a time, count characters, and average... +0.06
C++: looping over a string - iterator? +1.29
'Grokkable' algorithm to understand exponentiation where th... -1.12
why does these toupper work different when utilized like this? -0.90
Can I do this with a template class in c++ +0.64
Show * while I input (Hide/mask input) -2.71
Grep pattern between quotes -0.43
Does std::move on std::string garantee that .c_str() returns same r... -0.68
cleaner alternative for conditional typedef using templates -1.47
split char string with multi-character delimiter in C +1.10
Boolean Data Type +0.36
C++ streams / class template / instance 0.00
How to read first character of a String in C -1.00
Can c++ input separator be changed from space to dot? 0.00
C++ ofstream output not indenting correctly 0.00
Or of all pairs formed by taking xor of all the numbers in a list. 0.00
How can I get a std::set of characters in a string, as strings? -1.00
Overload operator matrix, access violation reading 0.00
No viable overloaded '=' on a c++ program +0.20
What syntax is used with adjacent difference? -0.05
g++ L"string~" + operator like Visual C++ 0.00
How does C++ interpret a cout with a '+' in it? -0.38
Why is this code allowed to compile under Visual Studio 2013? -0.53
Why do you need to specify type of extern/ static variable at initi... -0.43
Problems counting number of exchanges and comparisons in bubble sort +0.36
Is strdup adding a '\0' when duplicating the array of char? +0.35
Can Asio be used without boost or C++11? +0.34
Java 8 times faster with arrays than std::vector in C++. What did I... -1.09