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 ... 71 72 73 74 75 76
Title Δ
Copying some strings from pointer array in C++ -0.50
how to rotate the given string to left or right in C? -1.11
A c pointer question -1.12
can size of array be determined at run time in c? +0.09
Why doesn't the compiler detect out-of-bounds in string constant in... -0.28
Is There C Syntax For Function Pointer From Function Declaration +1.61
NULL definition problem on 64 bit system +1.08
Is this casting? -0.71
"static const" vs "#define" in C +0.06
Should I inherit from std::exception? -0.62
How much memory does a constant take in C? +0.08
How portable is casting -1 to an unsigned type? -0.73
Volatile variable -1.57
where is rvalue stored in c? -0.93
Conversion problem +1.44
What are the differences between using array offsets vs pointer inc... +0.97
Can a variable be used to define the size of an array on the stack... -0.14
initializing char pointers +0.12
Examining code generated by the Visual Studio C++ compiler, part 1 +1.04
How are C++-style comments handled in GCC 4.3.3 by default? -1.33
128-bit type error -1.30
Memory allocation in C -1.96
C++ function parameters: use a reference or a pointer (and then der... -0.08
Fake anonymous functions in C -1.13
Is there a good way to avoid duplication of method prototypes in C++? -0.61
What does static_assert do, and what would you use it for? +1.30
C++ : struggle with generic const pointer +1.60
Way to link 2 variables in a class in C++ +0.02
char *a, *b; what type is (b-a) and how do I printf it? +0.79
Why no warning with "#if X" when X undefined? +0.73
C array initialization via macro -1.28
How do I tell if the c function atoi failed or if it was a string o... +1.56
error: cast from 'void*' to 'int' loses precision +0.89
Why does std::map operator[] create an object if the key doesn't ex... +0.89
How to declare a static const char* in your header file? +0.99
static const vs #define -0.08
Function/Method Overloading C++: Data type confusion? +0.80
default arguments in constructor +0.87
How to detect overflow when subtracting two signed 32 bit numbers i... +1.16
Use of min and max functions in C++ -0.17
printf specify integer format string for float +0.60
Alternate C syntax for function declaration use cases +1.44
Why does an overridden function in the derived class hide other ove... +1.49
C++ virtual function table memory cost -1.18
Does GCC inline C++ functions without the 'inline' keyword? +0.97
* is illegal for a struct? -0.15
why do include lines not end with a semicolon? -0.50
Can you chain methods by returning a pointer to their object? +1.19
Can I mix C++ and C in a single project in Visual Studio? -0.05
How can I sort a linked list in C? -0.26