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 ... 44 45 46 47 48 ... 177
Title Δ
Why is C++11 std::array a struct rather than a class? +0.31
fundamental types as a function templates parameters -1.20
Find Two Largest Numbers, C++ -1.58
What is it called when you have two C structures that have the same... +0.30
How to execute 2 sucessive system command in c using system() like... +0.32
Is there any difference in calling delete as an operator or as a fu... +1.71
Writing to file line by line vs writing whole text at once -1.31
Copy two similar structures in C++ +2.19
gcc complex constant folding +1.27
Finding amortized time complexity -0.67
Is the size of std::array defined by standard 0.00
Multiple User Input Choices C++ +2.24
How to call derived class method in private inheritance? -0.11
Why DES is insecure? How do we know when to stop iterating and that... +0.36
On release mode cout does not print anything 0.00
Is there any tool to help change auto keyword in C++11 to the expli... -1.88
How to derive a four-bit even function? 0.00
Easiest way to separate a string by spaces? -1.88
Multiple threads operating on std::vector: do I need a lock in this... +0.31
Need clarification about this loop performing multiplication -0.10
Equality operator not working `c` +0.02
Achieve a task using a single loop instead of 2 c++` +1.23
How can I produce a beep in an embedded system with C? 0.00
Unique Lines and Words? How to implement it? -0.19
How do I create a vector of object values from a vector of object p... -1.78
Error while attempting to find an element in a map -0.67
I am able to call a method w/o passing the required arguments in c+... 0.00
How does this "print a heart" program work in C? 0.00
C++ Recursion Character Printing -0.15
Why does visual studio create a .LIB along with the .DLL? +1.19
Really, what's the opposite of "fixed" I/O manipulator? -1.41
For a given class in C++, is it possible to have, as a private vari... +0.30
c++ . Extract the 3rd word of a array and print its Ascii code alon... +0.29
c++ vector allocation question 0.00
Is it a bad practice to always capture all in a lambda expression? +0.88
Replacing part of a char* with a smaller char* 0.00
error while passing a 2d array through pointer in c +2.27
Storing RGB in an unsigned 16bit integer -0.22
How to use a general function pointer as a template parameter? +0.55
Dynamic Memory C++ 0.00
push_back objects into vector memory issue C++ -2.49
C++ is static typed language, why can we get type at runtime -1.22
Wee little issue with using I/O files in C++ (strategic couts didnt... 0.00
Why does predeclaring std::basic_string<T> break boost::regex? +2.24
c++ killing specified thread in running process 0.00
c++ char * initialization in constructor +0.57
How do I display the minutes in two digits using c++ for my time pr... -2.26
Printing hex digits 2 bytes at a time -2.72
How can two alternating characters be output efficiently or without... +1.02
ARRAY Class BubbleSort That ReadIn From File 0.00