StackRating

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

QuestionC

Rating
1493.39 (4,329,747th)
Reputation
8,742 (17,841st)
Page: 1 2 3 ... 5
Title Δ
Linked list creating shared_ptr from raw pointer -0.48
Writing a C function called CalculateOddEven, which takes a pointer... 0.00
What causes a segmentation fault (core dump) to occur in C? -0.76
pre & post condition usage. Why isn't the program respondin... +1.88
Conditional comparison with out of range values in C -1.21
Pig latin translator with pointers in C++ -0.05
Pre and Post Condition from Stroustrup's book -0.24
Calculate definite integral using indefinite integral C++ 0.00
How can I remove whitespace in a practical place from string? 0.00
How to find lines with 3 sets of double letters (the sets may or ma... 0.00
How to force program to recognize word and stop +0.42
Receive iterators as arguments and know class -0.46
Obtaining an int from a void pointer which points to a short -1.04
Permute elements of array according to another one, without making... -0.94
A little misunderstanding about this regex pattern 0.00
What syntax am i missing out on regarding char arrays and pointers... +0.34
release object's memory VS termination housekeeping? -1.43
why math.round(1.755,2) result is 1.75 not 1.76 but round(1.7555,3)... 0.00
Encapsulation & Message Objects +0.51
What is mutable const? +0.51
If condition A is matched, condition B needs to be matched in order... +1.32
shared_ptr assignment in recursive function causing Segmentation Fa... 0.00
Can you prevent call of constructor without instantiation? -1.23
sscanf for formatting string from file 0.00
Efficiently dividing unsigned value by a power of two, rounding up -1.50
Use bash to remove symbols from text file +0.19
Is it possible to return an integer to the main function from a uns... +2.50
Char pointers and the printf function +0.36
What is the difference between int* and char* when using malloc() t... -1.05
Char pointer subtraction in C -0.01
What can we say about these snippets? -1.04
In C can I print the number of the an enum while input is a string/... +0.64
Make a floating point number from a binary string in C++ 0.00
What is the type of command-line argument `argv` in C? -0.81
Why are the 'Arrays' class' methods all static in Java? -0.59
regex to match last 3 strings -0.06
python: input for function from command line 0.00
Converting variable name into a string then printing it? Python -1.84
Constructor error: expected ‘{’ at end of input -0.93
How a pointer to structure can be used before the structure is defi... -1.70
Which data type can hold 10^31 decimal number? -1.90
C on Linux: Parse arguments from '<' and '|' +1.91
Edit the value of every Nth item in a list -0.79
Writing 3 numbers in consecutive order C++ +0.49
Do I need -pedantic flag from GCC with C11? -1.64
unswitch while loop optimization in c -1.62
how to get max values from each string in a text file - C++ -0.66
Would a Little Endian vs Big Endian data structure change my answer? +0.02
What double negation does in C +1.59
Trying to print all powers of 3 less than 1000 in 2 lines of code +0.09