StackRating

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

fredoverflow

Rating
1609.06 (1,433rd)
Reputation
171,077 (301st)
Page: 1 2 3 4 ... 21
Title Δ
How std::move applied on function return value? 0.00
Array of pointers c++? 0.00
My C++ program not working properly -0.40
Declaring references works in a class but not in main function -1.05
If else statements works but logic seems flawed. Explain please? +0.36
Trim / Remove useless whitespace and tab from a string +0.67
Can we assign a unsigned int varaible, 0xFULL literal -0.43
what does the concept of using dot product and < do in the follo... -0.47
Checking a character from a keypress without halting the program 0.00
C++ - Arrays of Pointers, why is it declared this way? +1.91
make the meaning of /* for dereference and dividing not for comment... +0.30
Is there a way to assign an int into a string with a recursive func... -1.19
for(auto e : elements) may cause one of elements to be wanted to be... -1.20
including header file for size_t returned by sizeof operator +1.77
Traversing a vector in reverse direction with size_t values -1.42
Do Vectors resize automatically? -0.34
c++ vector of objects, containing dynamically allocated memory - &#... 0.00
why doesn't C++ allow rebinding a reference? -0.01
Why does A() parsed as a parameter declaration, but not an expression 0.00
If I write ObjectA+-ObjectB and overload + and - operators, which o... 0.00
pointer to array and then getting full array c++ +0.17
What is the difference between address-of and pointer address? +1.64
How double can store 1024 bits in just 8 bytes in C++? -0.67
Why does it not make sense to have an array of references, and how... -0.58
understanding stack function's push vs emplace -0.65
Is it possible to keep function pointers in an std::vector? +0.32
Can initialization expressions be used for constructors in Java lik... -1.53
C++: reference to a map +1.52
How to allocate array of pointers to arrays 0.00
Execute competing calculations in parallel and discard all but the... -2.19
What is the value of p in 'Foo *p = new Foo()' if Foo's... 0.00
What is the best way to perform a division and a modulo for the pro... +1.37
C++ Error: Too many initializers for 'int [100]'| +0.35
cannot convert 'listNode**' to 'listNode*' in assig... +0.35
Why do we need to end a List with "Nil" -0.06
Fixing if else if statements for java game 0.00
JTable inside a JScrollPane with a fixed width 0.00
Initialize class member variables in C++ 11 0.00
How can I shuffle bits efficiently? -0.12
Why using -> operator used in Struct does not work in C 0.00
Adding system date to BlueJ class template 0.00
In abscence of move constructor the copy constructor is called ? Wh... +1.67
FP number's exponent field is not what I expected, why? +1.21
What list class to use? +1.86
Move integer to the nearest divisible by 4 in C++ -2.07
Why are VB.NET and C++ giving different results for same expression? +0.02
What will perform better on Android? An app written with Java or C++ -0.08
Can't return a temporary object from function +1.28
Java's System.exit(0); vs C++ return 0; -0.06
Is there a way to get (*pointer)[ index ] functionality from someth... +0.37