StackRating

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

Jesper Juhl

Rating
1543.39 (10,269th)
Reputation
18,399 (7,551st)
Page: 1 2 3 4 5 ... 22
Title Δ
Reuse of variable of type auto -0.10
Using the pointer returned from a std::shared_ptr<T>.get() fu... +1.14
expected unqualified-id before ‘{’ token 0.00
What is the difference between & and * in C++ function arguments? 0.00
How can I provide paths to resource files in a binary release? 0.00
How to compile A SDL c++ program? +0.45
How Is the time complexity of size function of stack constant if st... +2.06
why does (*callback)() work and not *callback() or *callback in c++ +0.78
C++ - What does it mean when you put an ampersand (&) in front... +0.45
Character '\c' vs character 'c' in paths C++ +0.05
How to use arma::vec as key in std::map 0.00
RAII and members if constructor throws? -0.59
Explanation of the output when functions are called using wild and... +2.40
How to return a vector of pairs -0.22
Calling shared_ptr object method -0.10
I can't figure out what this line does +0.48
GCC ARM Performance drop -0.53
Can I typecast/promote in c++ like I do in Java? +0.93
Is it necessary to make pointer Null when there is no use of it at... 0.00
Creating array with const int size parameter in a function throws e... -0.34
Logical Private VS Physical Private 0.00
C++ float value of a local variable explanation? 0.00
Best way to use a base class's private member variable in deriv... -0.85
Questions concerning Object Oriented Programming theory in C++ 0.00
C++ - Pushing variadic template class object into vector -1.91
What exactly does this line of code mean? -1.24
Why is this function causing memory leak? +0.01
is cin is logic 1 or 0? 0.00
Explain what for (char c : str) does? 0.00
C Pointers to Structs Question - What does the " * " mean... -1.19
How do I change the name of the executable that I'm installing... -0.54
STL user defined binary operations -0.95
C++ - Declare pointer to function returning any type and getting an... +2.54
How to solve this error: Public does not name a type? 0.00
Is void() a valid C++ expression? -0.70
What is the difference between (!file) and (!file.is_open())? -0.53
Calling an operator function in a class in C++ +2.15
What does '0' mean in a subtraction? -0.11
Ordinary C++ code causes uncertain results 0.00
Change Object type based on inheritance -1.79
Why is the default nont-trivial move constructor of unions in C++ s... -0.22
Why is the x member variable ambiguous? 0.00
Why do C++ constructors require default parameters in inheritance? 0.00
Catch multiple exceptions 0.00
Can I add member variables to a structure, after i have declared it? +0.45
why does my code output an improper value? +0.47
How can I connect two objects from different windows in Qt? 0.00
How to handle objects that dont have a default constructor but are... -0.55
*& vs & in passing variable to function +0.89
Am I deleting an object, or just its pointer 0.00