StackRating

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

juanchopanza

Rating
1757.71 (33rd)
Reputation
194,038 (249th)
Page: 1 ... 69 70 71 72 73
Title Δ
add a non-comparable object to a set -0.02
TR1 not working with gcc and Cmake +3.10
Why does the data type long support a maximum number equal to long... +1.43
What should be the sizeof(int) on a 64-bit machine? -4.80
Moving from boost::bind to std::bind: Compile error 0.00
How is the range-based loop different to a for-each loop? -1.48
Unable to pass this-> pointer to a sub object -0.54
C++ linked list memory leak -0.78
Variable amount of function arguments in C++ +2.98
"undefined reference" error with namespace across multipl... 0.00
Using vector iterators with in a template class 0.00
understanding operator overload in C++ +0.83
Confusion about references and pointers +3.63
Attempting to use Boost.Filesystem however it doesn't seem to link? +3.25
#ifndef syntax for include guards in C++ +1.61
assignment operator overloading in c++ +3.70
how to execute a particular code in c++ after every 1 minute 0.00
What is the mistake in this singleton object creation code +5.10
C++ datastructure (standard library) dump (like the python print fu... 0.00
Correct includes to use the new C++ API in opencv 2.3 +3.55
What kind of datatype will hold 3000000^2 in C++? -0.23
C++ pass by reference - can this be done? -0.06
How to call overloading functions from the base class (not abstract)? -0.33
what c++ norme i'm currently using? +1.69
Making a contiguous matrix variable using STL container -0.83
Linear Search in Linked List [Language: C++ Compiler: Dev-Cpp 4.9.9... +0.65
g++ compile with codes of base class in a separate directory 0.00
invalid use of template-name without an argument list 0.00
Is it ok to assign this to a static pointer in constructor as in ex... +2.55
All the members of my array are at the same memory location when th... +0.23
Preferred standard use: range based for or std::for_each -3.76
Strange assert fail on logical and of bool variables 0.00
When to use the brace-enclosed initializer? +0.55
Difference between virtual void funcFoo() const = 0 and virtual voi... +3.83
C++11 auto and size_type -1.09
base class, inheritate class sizeof() -0.71
C++ List Index Query -0.67
C++ pointers memory usage -1.17
How can I pass an object, held within a vector, to an operator? +3.39
ERROR : Expression must have class type? +4.11
Is it safe to do a const cast here? -1.90
What is the order of clearing elements from std::list? -0.22
Passing non constant argument to constant parameter +3.56
how to get specific elements from a const boost::multi_array -0.40
C++ Private Functions: Whether to pass class member variable by fun... +2.67
Overloaded functions, redefinitions, C2371 and C2556 C++ -0.27
Control reaches end of non-void function +1.53
defining a vector within a custom class -0.94
Why does 'std::vector<int> b{2};' create a 1-element vector,... -2.82
How to implement Inheritance in C++ and resolve the error "par... +3.77