StackRating

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

2785528

Rating
1386.54 (4,536,249th)
Reputation
4,356 (38,359th)
Page: 1 2 3 ... 12
Title Δ
Can anyone explain to me how do default argument values work in rec... +0.06
C++ whats the difference between these two codes to make an array o... -0.93
C++ Simple File I/O Issue -0.95
How to watch what's happening to the global array's while d... 0.00
Calling Another Function in a Recusive Function results in error. W... -0.94
Decimal to binary without arrays and binary-operators (like "&... -0.26
Decimal to binary without arrays and binary-operators (like "&... -0.26
Capture a functions standard output and write it to a file -1.35
How To Turn Char of '2' into Integer 2 in C++ -0.75
Linking and Loading of static library +0.12
Vector from long hex value -0.33
How to Calculate A to the power B without use of multiplication and... -0.89
I've created a function in C++ to reverse a string recursively,... -0.11
Pointer being freed was not allocated (while implementing stack as... 0.00
compile-time conversion char* to bytes 0.00
Just need to know if my way of printing pattern in c++ is efficient... -0.64
Finding the ancestors of a node in a binary tree with only the valu... +1.32
Finding the ancestors of a node in a binary tree with only the valu... -0.93
Problem with programming a basic hardware 0.00
Extract all numbers from stringstream -0.12
What happens when I assign a pointer to another pointer? -0.16
Is it possible to include vector in a header file? 0.00
default label apparently not working in switch statement (solved) +0.64
Can you mimic dynamic array sizes using 'new' in C++? -1.00
Narrowing conversion from double to float +3.08
how to change argv string to long integer for quite big number 0.00
How to create a class with a static pointer to a dynamic array? 0.00
How to fill structs within a class from a file? 0.00
Is using typedef as a way to facilitate alternate class names a mis... 0.00
Not understanding return in this recursive function (C++) -0.35
Understanding the Order of Execution of Recursive Functions -0.21
Recursive function that uses static var -1.24
Direction of data flow 0.00
using gotoxy positioning in a "for loop" 0.00
"How to make a recursive call for palindrom numbers without re... -1.05
How to "print list from tail to head" recursively? +0.05
Recursion without parameters, nor static or global variables -0.64
A STL object instantiated in a function is taking memory on stack o... +0.38
`std::swap` doesn't work as intended in string manipulation +1.05
Why does dont you have to #include<vector>, if you already in... +0.44
What does classname functionname(const classname & objectname)... -0.37
I want to convert these loops to recursive.Is there a way to conver... -0.17
Is it possible to place a function call stack onto the heap? -0.10
A 'stack overflow' error returns upon any array size I ente... -1.45
Different result from sizeof() from [] and .data() +0.71
How to better understand nested loops? -1.08
Is it possible to pass a variable length array as a parameter in C++? -1.15
Why does the child of this class does not print? +0.64
Ambiguous output in multi threading -1.24
My homework assignment requires me to use booleans in functions. Do... -1.04