StackRating

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

H.S.

Rating
1540.03 (11,797th)
Reputation
5,549 (29,603rd)
Page: 1 2 3 4 ... 9
Title Δ
Why does the notation for an "array of pointers to different a... 0.00
Using copy assignment in derived class +0.95
Segmentation fault while implementing linkedlists in c++ -0.05
Unexpected outputs, why? +0.41
Assigning values to an array of ints through a function in C -0.29
Array size mismatch - C -0.05
C++ style: Stroustrup' s placement of pointer asterisks +1.13
i get errors in for loop +1.78
How to remove the comma in the output? -0.10
I'm confused by recursion in my "convert decimal to binary... +0.46
program To find the repetition of a number -0.04
what is the difference between int and int * in C 0.00
I am getting wrong output in my cpp program 0.00
Atoi Function gives me random numbers 0.00
Is a derived class considered a member of the base class? +1.99
Find a node in a binary search tree 0.00
similar assert statements giving different results -0.89
C - Static char array vs dynamic char array +0.46
Cast a multidimensional cv::Mat to std::vector<cv::Mat>& +0.46
Finding out complexity of a program when we use while loop -0.40
Typedef/Global structure in C, without using "typedef"? +2.10
How can i print all the numbers of the array until [i][j] position? -0.54
Maximize number of substring such that no substring has characters... -1.16
Two codes that should act the same sorting an array, don't 0.00
Unable to insert elements in circular doubly linked list 0.00
Create N processes in Linux and create a file in the current direct... 0.00
Child process memory free problem with execvp -1.56
Fail to push head on Linked List 0.00
char* (*name())[]; Is this statement array of function pointers? +1.61
Sorting a Linked List without re-linking nodes +1.34
Is this undefined behavior 0.00
Iterating variable-length string in C -1.29
Assigning char array to char array in C -0.61
Understanding array manipulation pointers syntax in C -0.35
lifetime extension returning reference from function 0.00
Why can't I access a pointer to pointer for a stack array? +0.56
Scanf causing segmentation fault - time on the input +1.46
How do I make an infinite empty loop that won't be optimized aw... -0.26
Confusion on how to use strchr in C -1.34
Why does gcc error on sizeof typedef'ed pointer 0.00
Why does this function return the correct length of a string? (Incr... -1.20
How can I modify a string that's in an array of pointers? 0.00
Why strtok() causing a segmentation fault? +2.06
Binary search not returning the position -0.05
why dynamic allocated int array use & in scanf, c language? +1.20
Getting invalid position on the array -0.04
Can the post-increment operator be used in the parameters of a func... +1.01
How to represent fork() && fork() in tree? +1.69
How to find the total length of strings in an array of strings -0.57
what is the difference between *pt in int (*pt)[2] and pt in int *pt? -0.01