StackRating

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

Peter - Reinstate Monica

Rating
1458.51 (4,529,505th)
Reputation
9,455 (16,278th)
Page: 1 2 3 ... 11
Title Δ
Declaring a pointer inside a function, C++ -0.20
Does casting actually DO anything? -0.68
C pointer casting - weird results -0.21
What is the right way to create a structure and write elements to i... 0.00
How to stop and get exact result from For loop in C language 0.00
"[Warning] this decimal constant is unsigned only in ISO C90&q... 0.00
Is polymorphism the best way to achieve this? (regarding function c... -1.36
How does declaration, definition and initialization work? I've... 0.00
Can a class member offset change if a vector member changes size? 0.00
char **s vs char *s[] initialization 0.00
Can't pass struct to function declared in another file? 0.00
Antivirus detecting compiled C++ files as trojans +0.04
How do you avoid using global variables in inherently stateful prog... +0.75
get size from vector -0.29
Value in 2D array appears twice when set once -0.44
Static Allocation - C language -1.32
Does C++ include C99 or C89? +0.47
Do..While loop doesn't stop to wait for uinput 0.00
Fastest way to merge millions of files -0.34
Is it possible to compile a project with two different language sta... +0.58
c++, dealing with exceptions from constructors -0.15
Can `snprintf()` read out of bounds when a string argument is not n... +1.25
"Optimal" function parameterisation in C -0.27
C++, A way to update Pointers after vector resize, and erase vector... 0.00
Solve redefinition of struct defined in two different OS-es 0.00
accessing private members without using friend class -1.51
Extracting #define statements from another .c file to retain revers... +0.05
Sending an executable C program to someone 0.00
Using scanf with %[^\n] for a string with no known limit +0.03
How to pass a derived class to function with base class as an argue... 0.00
How to write a c++ operator overload for input/output without knowi... 0.00
Find for specific word in textbox and delete all lines what contain... -0.39
Stop Decimal Values From Being Entered into C Program +0.55
Difference between memory allocations of struct member (pointer vs.... -0.45
Why is the C rand() function returning the same sequence every time? 0.00
How do I limit certain functions to certain structures in C? +0.18
How to recover data from a file as if it were an 'od -D filenam... 0.00
Using fscanf() to read data and the output result just immediately... 0.00
C++ "Dynamic" function pointers for C callback functions -0.90
Comparing a char to the char '\"' 0.00
Is it possible to effectively "upcast" / clone a base cla... 0.00
How to solve the "inf" result in c++ -1.51
Function pointer without a name in C -0.10
getting segmentation fault(core dump)after typing all the value in... +1.44
How many const variables can I declare before running out of memory? 0.00
How to write char[] into struct? -1.25
Creating an array using new without declaring size -0.37
Order of calling virtual destructors in C++ +0.54
What does it mean in C++ "It does not own the underlying data,... 0.00
Why the output of `printf("%llu\n", 1ull << n);` an... +0.64