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 ... 73 74 75 76
Title Δ
How can I convert from DWORD RGBA to ints? +3.67
what's the mechanism of sizeof() in C/C++? -3.26
Virtual non-method members -1.96
Are these placement new macros correct? -2.71
Declaring char[][512]? +3.60
what is the official name of C++'s arrow (->) operator? +1.76
In C: How to set a pointer to a structure member that is an array? +3.82
Optional parameter for reference to pointer? +1.83
Efficiency of C vs Assembler +3.63
How does C allocate data items in a multidimensional array? -4.31
How to store TypeInfo +3.99
Does code in header file increases binary size? +3.84
Using a pure C++ compiler versus Visual C++ -0.57
C++ map object not growing when members added +1.14
OOP in C, implementation and a bug +0.27
Error: expected constructor, destructor, or type conversion before... +2.71
Pros and Cons of Different macro function / inline methods in C +4.03
Difference: std::runtime_error vs std::exception() +4.37
LNK2019 and LNK1120 with templated function -2.78
How to define (non-method) functions in header libraries +0.24
Test::operator new -3.43
ASCII strings and endianness +3.35
Optimal way to free() a malloc'ed 2D array in C -2.99
"const T &arg" vs. "T arg" +2.44
Specifically, what's dangerous about casting the result of malloc? +2.69
C++ static constant string (class member) +4.42
Use of "Public" in a derived class declaration? -0.13
Are there any IDE's or plugins to one that will expand/preprocess a... +3.72
C++ Vector class as a member in other class +2.23
Why does *(str+i) = *(str +j) not work here? -0.44
How to find the length of an LPCSTR -1.18
Porting c++ code from unix to windows +4.10
What's the meaning of (int&) conversion in C++ +0.12
C++ operator overloading, understanding the Google style guide +1.66
C sizeof char* array -1.63
Removing Bit fields in a struct -3.33
C initialize array within structure -0.17
Delete NULL but no compile error +1.06
What arguments does the sizeof operator take in C? -1.93
Generating random number between [-1, 1] in C? -4.17
deleting char ** correctly? +0.49
Initializing an array in C++ +4.03
C++ const keyword - use liberally? +0.94
strange malloc behavior in C +2.51
Are c styled strings safe? -2.35
How to compare two pointers to object by their most derived type? +3.78
Why would you ever want to allocate memory on the heap rather than... -2.25
Can I use scanf to capture a directive with a width specified by a... -3.88
Getting "conflicting types for function" in C, why? +1.99
What's the difference between *d++ and (*d)++ in C? +1.03