StackRating

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

Blaze

Rating
1612.29 (1,334th)
Reputation
6,808 (23,646th)
Page: 1 2 3 4 5 ... 10
Title Δ
Termination character in char array 0.00
error C2064: term does not evaluate to a function taking 3 arguments 0.00
~ Unary Operator and Bitwise Tests Give Negative Results 0.00
Can a structure member be saved as a variable? 0.00
Immutable list in C++ +0.39
print out even numbers between two integers 0.00
How to check if a string contains multiple other strings? +1.54
How to separate two different arrays in one loop? -1.06
Why does function not recognize pointer? 0.00
Print repeating diamond shapes with custom rows, columns and length 0.00
Implementation dynamic allocation of structure in C 0.00
Unexpected behavior and compiler error when using pointers 0.00
How to collect all the elements into one? 0.00
Memory allocation for a class that has explicit initializers -0.97
How do I split a string in half without using pointers +1.47
Can't printf an integer in Visual Studio 2019 +1.51
c++ how to find Duplicate by using for loops 0.00
How to delete vowels in a string using pointers +1.04
How to get the size of each dimension in a vector<vector<arra... -0.32
Why does my code say "Yes" when it should say "No&qu... +1.76
C++: This code compiles, but throws Run-Time Check Failure #2 - Sta... 0.00
Two Consecutive for loop in C++, Second loop is not working +0.35
Why does this variable's value equal '0' and not '42? +1.12
use snprintf in printing integer values +1.57
Why did the compiler assign different memory address to the same va... +1.73
Strange output in a while loop(C language) 0.00
How to add variable inside the cout? +0.02
c++ : The if statement not functioning correctly and proceeds to In... +0.36
Are there any exceptions to const char*? -0.56
Why does a "char array" require two of "[]" but... +1.22
String copy in C using pointers doesn't show expected result +1.07
Why the second character is getting lost for the second variable 0.00
Why is the value of d 1 and not 6? +0.96
How to access structure type pointer variable which is declared ins... 0.00
How to fix my string to avoid runtime error? +0.36
why result "eightnine" comes together when we input is 8... +0.57
My program crashes if the vector is too large? 0.00
How does this code give you a reference using an integer? +1.50
How to save a reversed string as a new string? -2.67
Checking for a lowercase character or space in a string. Boolean no... +0.36
How is the precision loss from integer to float defined in C++? -0.58
Appending words to an array based on a separator +1.50
Finding average for 2 students 0.00
Why can't i get the proper output by this code? +1.64
how is the output coming as 1 and not the address of j +0.37
Troubles with string and double, get another number after equating 0.00
trying to print out some information of the input of the user,but d... 0.00
ternary condition operator issue in C++ +0.34
Compound assignment E1 op= E2 is not equivalent to E1 = E1 op E2 +0.46
Behavior of conditional statement in the body of switch case (C lan... +1.80