StackRating

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

AnT

Rating
1632.82 (827th)
Reputation
267,512 (149th)
Page: 1 ... 16 17 18 19 20 ... 76
Title Δ
wsprintf() crashes my application 0.00
Strange Pointers Behaviour in C -1.61
In operator lookup no preference is given to members over nonmembers 0.00
fwrite prints unwanted NUL in linux 0.00
Leading 0xff in C structure components in the output -1.68
Why Use Pointers in C? +1.06
Understanding the Warning and Compilation Error while Initializing... -1.13
What does assigning something like {0x7fc00000} to a union mean? +2.22
How can I fix error code C4146 "unary minus operator applied t... +2.31
How to brute force arithmetic puzzle? +1.23
Difference in the values of atoi -0.71
Confusing sizeof(char) by ISO/IEC in different character set encodi... -0.51
How to Right Pad a Hexadecimal in C +0.32
why does gcc unexpectedly strip __attribute__(__packed__)? 0.00
C++ Get Bit Shift from Enum Value +1.35
Returning struct from different file in C +0.65
Why static variable needs to be explicitly defined? +0.97
char array and pointer initialization semantics -0.62
expected expression before 'long' -0.67
Using memcpy to copy an int into a char array and then printing its... +1.73
Why this "dereferencing pointer to incomplete type" error? -0.40
if(!getline(std::cin, str1)) break; what does this condition check? -0.55
How to initialize a variable which is a pointer to array of pointer... -2.34
Segfault with initializing an int 0.00
The order of variable assignment -0.33
Playing with memory in C++ -1.05
Getting a DFS from a BFS? -0.17
Size of array created dynamically doesn't match -0.20
Why the prompt gives me "Access denied"? 0.00
Should I use memcmp or chained equal-to operations when both give t... -1.70
Attempt to use a deleted function 0.00
Funny behavior from sscanf 0.00
What does this weird function pointer declaration in C mean? +0.41
Dereferencing Pointer to incomplete type Linked List - C -2.68
Simple C Structs: Trouble storing a char * [] into a struct in C. I... 0.00
C++: Is there any reason to use uint64_t instead of size_t -0.09
Pointer member mysteriously getting erased? 0.00
difference between new[ ] / delete [ ] vs new / delete in C++ +0.07
error C2106: '=' : left operand must be l-value with `!=` C++ 0.00
String literal in C program, can it be found in binary? +0.35
remove operation deletes the whole list 0.00
Unexpected output using if-else control structure 0.00
C read function Undefined error: 0 -0.93
Difference between function and block scope in C? 0.00
Why does this switch case always return 0? +2.89
C++ declare 'main' as a reference to function? -1.06
Segmentation fault using fscanf and malloc +0.34
What is wrong with derefrencing this pointer? +0.34
array is returning an extra value -1.82
Overloading = in bignum implementation +1.21