StackRating

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

M.M

Rating
1601.44 (1,718th)
Reputation
109,195 (640th)
Page: 1 ... 16 17 18 19 20 ... 70
Title Δ
Clang -Wunused-const-variable in C vs. C++ 0.00
Pass Array of pointers to arrays to function where malloc() will oc... +0.37
signed int modulo unsigned int produces nonsense results +0.00
What's the sizeof of size_t on gpu? 0.00
(Arduino) I want to create an array of uint8_t array -0.13
Creating a class with parameters in the constructor c++ -0.63
I created my own smart pointer class, I used this smart pointer to... 0.00
Unable to access the elements of a pointer to an array 0.00
(&const_object) can be evaluated to address of temporary 0.00
Is a statement void(); legal and what is it actually? +0.37
C++ cin reading string into int type returns 0 +1.21
What size data / position is this C code assigning to a value 0.00
Can using be used to type alias an array? 0.00
Unsigned int to IP address string without itoa/to_string/boost -0.44
Why do I get C2248 (inaccessible member) with a protected static me... 0.00
In C can you define a constant based on another constant? +1.27
Instruct GNU linker to ignore float abi mismatch? 0.00
Compound Assignment (Multiply) +0.89
calling calloc repeatedly seems to corrupt data from earlier calls 0.00
How to show that function belongs to a typedef in C? +0.15
storing a big float into an integer (cast and no cast) 0.00
Why can an exception occur when initializing the constructor list p... +0.35
Unpacking C++ pointer/reference syntax -0.40
structure and functions in C++ +0.37
How to understand the typedef in this declaration -2.01
How to print multiple bit-fields of length 8 in a struct in C 0.00
How does a compiler knows not to move the code inside a critical se... -1.36
Concatenate char[] and uint32_t in C++ -0.91
Create a variable-length int array inside a structure using a pointer +1.35
How does the compiler decide between vector vs initializer_list? -2.27
Why can I use initializer lists on the right-hand side of operator... +2.25
Does a struct instance get created when storing the address of the... -0.19
Which part of the C++ standard covers calling a method via a null p... 0.00
Passing instances of objects in C++ class constructors (could not c... 0.00
error: array bound forbidden after parenthesized type-id 0.00
Is my understanding of declaration and definition correct? -0.04
Segmentation Fault occuring while assigning values of array +0.37
What will be the value stored in a variable when it is initialised... 0.00
Testing if a number goes evenly into 6? +1.61
What is this use of auto ? - ADL? 0.00
What's the difference between "auto v = f()" and &quo... -1.35
How does C++ compiler handle member variable memory offset in the c... -0.65
Is there any way to create an empty C array, and keep track of its... +0.37
short x = -123; printf("%x\n", x>>3); +0.72
Why C++ template type match doesn't retrieve reference qualifie... 0.00
Is the value of an uninitialized variable set by the compiler or by... 0.00
Why do I not get a link error if I use extern template class with j... -1.97
Can't understand C++11 template function parameter deduction 0.00
Differences between MSVC2013 and MingW lead to most vexing parse is... 0.00
Create an array of smart pointers to a class with no default constr... +2.41