StackRating

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

mch

Rating
1595.46 (2,001st)
Reputation
5,243 (31,550th)
Page: 1 2 3 4 ... 5
Title Δ
How do I determine the largest pointer size on my platform? -0.05
If statement without '&&' works? +0.98
How do I check if a string only contains one and zero? +0.31
Where does the pointer "char **strData" point to? 0.00
Using sstream parser integer in a char array +0.11
C: pointer to malloc'ed heap location plus 4 +0.60
Return a dynamically allocated array? (C) +1.30
What's the shortest path in C++11 (or newer) to create an RAII... +0.51
scanf keeps \n character in the buffer -1.61
Reversing a string using two pointers in C +0.39
Copying a string to a struct member -2.44
Changing elements of an array by passing by reference to a function -0.11
Matrix multiplication using array generating erronous results +1.64
C loop unrolling optimization performance +0.63
How to add multiple values for a struct in c using pointer? +2.55
finding count of minima or maxima in a set of numbers +1.16
How to compare structure member with constant value? 0.00
c++ I get this error bad_array_new_length 0.00
C++ logical error with using dynamic arrays 0.00
C++ dynamic vector of string array 0.00
Strange Behaviour of the assignment operator -0.15
struct A include a struct pointer B and B include a pointer point t... +0.13
Project Euler 8 C++ Debug +0.39
Can we go back and execute the if condition after executing the els... 0.00
C++ vector sort gives 0 as output 0.00
C, Segmentation Fault in linked list 0.00
Can't find error in template class 0.00
Understanding Malloc and Realloc in regards to an array of structs -0.39
Segmentation fault core dumped using strtok 0.00
How to efficiently compute large powers of 2? -1.26
Inspecting caller frames with gdb -0.93
2D array adding extra character 0.00
Pointer Arithmetic Incrementing post/pre-fix +2.26
Why does sizeof(my_arr)[0] compile and equal sizeof(my_arr[0])? -0.15
C - Dynamic array of 'struct' elements 0.00
To verify function pointer points to the address of a function . CM... 0.00
Create a copy of the values inside of an array from the array itsel... 0.00
problems with allocation an array with main argoment type +1.05
Template function: perform conversion based on typename +1.52
Simple C code illustrated in class doesn't work (typedef related) -1.26
How to create an array of non-const C strings on the stack without... +0.56
Algorithm for removing chars from string and dynamically resizing i... +0.15
How do I use a #defined constant as the max field width in fscanf? +0.62
Project Euler #5 - Why won't this while loop finish? 0.00
c++ multiplying two large numbers stored in linked list -2.45
pthread mutex does not work correctly on macOS 0.00
Cannot write to a .txt file using write() function in C +0.68
Adding -lboost_serialization to eclipse C++ IDE 0.00
How many times will this string be printed? -0.41
How can I fork exactly 6 processes 0.00