StackRating

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

cmaster - reinstate monica

Rating
1498.14 (3,876,226th)
Reputation
26,619 (4,783rd)
Page: 1 ... 10 11 12 13 14 15 16
Title Δ
How to speed up C++ compilation -0.14
defining the CHAR pointer with variable size +2.35
Use singleton classes in c++ -1.07
Is pthread_self() expensive? -0.44
Execution Time of the function +0.57
How an alias for a variable works in C++ -1.22
Global new operator call syntax -1.47
freeing "copy-on-write" memory that wasn't changed -0.42
How to use unknow data types in C -1.47
Pointer operations, memory scanning -0.24
On Dynamic Allocation of Matrices 0.00
How to send array by value to function in c? -1.04
why two dimensional is not equal to one dimemsional +2.75
Custom `assert` macro that supports commas and error message +1.96
Macro alternative for C++ code generation +0.56
Array as a pointer +1.69
how to copy returned array directly into another array? +0.51
Is it possible to completely avoid heap fragmentation? +1.27
How much performance difference when using string vs char array? +0.50
Infinite array C++ resizing the array with two new values in one ex... +2.03
Two dimensional arrays error +0.00
C++ object construction in a multidimensional dynamic array +0.21
C: What is the best and fastest way to concatenate strings +0.49
Contiguous memory allocation for 2D array --- freeing the memory -0.89
Returning the length of a char array in C +0.86
Constructing member objects without default constructor conditionally -1.76
C passing char array to function, compute with another char array a... -0.29
How to convert from sign-magnitude to two's complement +0.81
Once in a lifetime +2.06
Is integer multiplication really same speed as addition on modern CPU -0.51
How to detect the difference between a wrapping counter and large n... -0.43
Why C doesn't have a function which is used like strcpy() and check... +0.66
Does "int" in C always have the same number of bits as th... -1.09
Why access in a for loop is faster than access in a ranged-for in -... -1.12
Why does a for loop in c++ access a memory location in non-initiali... 0.00
Trying to make an array based on positive numbers from another array +0.06
Issue with pointer math in C -0.35
Arithmetically getting index in 3D vector +2.42
Should we disable compiler optimization until the program is bug fr... -1.52
The array[i+1] has the same value as array[i] even though it should... +2.08
Why do constant expressions have an exclusion for undefined behavior? -1.18
Allocating multidimensional char pointer in C -0.72
How can I use more parameters in a new call? -0.73
Is it safe to poll for a variable written by other threads in a C p... +0.56
how many ways we can create a process in linux using c -0.47
Are static variables internal or external in C++ -0.05
Explicit call to base copy constructor => RTTI info lost. Bug? -0.40
Should I use bit manipulation on float point numbers +1.54
Casting the "this" pointer to another type does not viola... +0.68
std::vector<std::vector<T> > vs std::vector<T*> -0.13