StackRating

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

DarkAtom

Rating
1483.39 (4,481,265th)
Reputation
21 (1,597,430th)
Page: 1 2
Title Δ
How to treat the parameters from C to x86 assembly 0.00
How to properly allocate true 3D array in C -3.61
Is the value of an un-initialialized variable aways 'garbage... +1.01
Clarification on strcpy 0.00
What does int (*x)[n] = (int (*)[n]) _x mean? 0.00
Ignore quotation when reading input 0.00
How to write to file user’s input and read from file +4.52
How does malloc know which type the returned pointer is pointing at? 0.00
How can binary files and libraries built with different C++ compile... 0.00
Writing an array to a file in C? 0.00
Convert double to char* in C -2.70
How to print a float number without extra zero digits in C -3.77
How do I fix this weird while loop error? -3.09
C++ double pointer assignment 0.00
C# equivalent to zlib.decompress 0.00
Program in C to count bytes in a file -3.36
C program executes but ends in "Process returned 2097152 (0x20... 0.00
printing pi value with C +3.15
Why does strtok warn against a const? +4.72
Inputs and outputs of the function void *function(){} 0.00
How to choose different words to be shown using if statement? +0.13
Program for Blinking led quickly for some time and then slowly on A... -3.89
Default argument and parameter promotions in C 0.00
C++ atof - Segmentation fault (core dumped) +4.27
Using scanf with %[^\n] for a string with no known limit -0.28
How do I generate concatenated fibonacci numbers in C? 0.00
Make an escape sequences readable in a string 0.00
Short circuit and operator precedence in C +0.18
why do I need to use strdup()? +3.55
Save elements in bidimensional array +3.50
Function works with buffers on the stack but not in .data or .bss s... 0.00
The number of elements in a pointer as an array 0.00
incrementing and printing the number of characters in a array witho... 0.00
Passing a Float into a String in C +1.76
Why does if( -8 & 7) return false -3.21
Is there a real difference between int main() and int main(void) in... -3.63
API for setting a property to one of a fixed set of values 0.00
Is there a switch-like keyword that would accept string (char *) in... 0.00
Vector conversion from c++ to java 0.00
Passing array as a parameter with its size inside brackets -0.10
simple string copy, but memcpy doesn't work -1.34
I'm confused with a output . So I'm expecting explaination... 0.00
Getting unresolved errors from header file and declaration issues 0.00
How many members calloc allocates in C +1.74
'error: variable has incomplete type' problem with linking 0.00
How to fix segfault caused by a realloc going out of bounds? 0.00
Printing last element in an array using if statement +0.36
Pointers in C langugae +0.18
Accessing class objects from different functions -3.85
format specifies type 'char *' but the argument has type &#... -3.37