StackRating

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

anastaciu

Rating
1598.81 (1,828th)
Reputation
23 (1,492,655th)
Page: 1 2 3 4 5 6 7 ... 13
Title Δ
What does '%'%'%' mean and why is it equal to 0? -0.86
why is my search function for file handling(.txt file) not working? 0.00
Why can I use printf() when including iostream? -0.92
Fscanf from .txt in C 0.00
Return 2D char array from function in c++ and print it +2.17
how to check if the string contains only numbers or word in c +1.20
Why Can't Make a Reference To Pointer for Constant Assign a Str... -1.02
can't call a function for a class member +1.42
How to properly implement strcpy in c? +0.99
function replace substring returns incorrect answer +1.53
Overridden function does not reflect in the base class, is this a n... +1.95
Why am I still getting the "expected identifier" error? -0.61
string dynamic allocation in C +1.83
Compile a single standalone file in visual studio via its command l... 0.00
Vector with dynamic dimension not being scanf() properly from a sec... 0.00
Polymorphism with smart pointer +0.08
check whether user input is an integer in C +1.93
Why float value is giving me 0 value even though i have used float... 0.00
C - Why variables created in a loop have the same memory address? +0.24
How can I print input data? 0.00
Code Blocks error when using while(scanf) in C 0.00
How can I initialize an array of objects? +1.36
Can we convert multiple command line arguments from a single std::s... -1.99
Passing 2D array as an argument +0.40
Format specifier %Lf is giving errors for `long double` variables 0.00
Segmentation fault when trying to copy string with double pointer +1.74
Conversion of string to double without scientific notation in C++ 0.00
What's the role of c != '\n' condition in "for&quo... +0.92
How to add characters to strings in C++? +1.82
How to read text file selected by the user 0.00
Cannot compile C program in Visual studio code 0.00
Command line argument validation in C +0.50
what is the difference &p and *p_p in C? +0.41
Array of character pointer declaration looks different in the below... +1.63
sscanf can't read last line of the text file 0.00
Why can't my function take the user input? 0.00
How do I both store unicode characters and output them to a file? +0.36
printf("%f",x) ok, printf("%F",x) error too man... +1.26
why gets() is skip values inputs? 0.00
How to concatenate a string at the end of another string after usin... 0.00
For which class is the instance created and what is the derived cla... +2.19
I got segmentation fault (core dumped) when i use realloc at dynami... +1.80
Why is storage class not checked by compiler on overridden functions? -1.09
2D arrays with variable sizes as arguments C++ +1.97
How can I specify C++ standard version in DPC++ compiler options? 0.00
Error while accessing derived class resources by base class object 0.00
Call up variables with inputs, does that works in C++? -2.27
Comparing iterators crashes program without errors in custom bubble... +0.41
how to joint four single byte data to four byte data entire -0.41
How does this pointer-based strcat work in C? +0.17