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 ... 14 15 16 17 18 ... 73
Title Δ
Passing 2D array by value doesn't work +0.17
using tuple with class as type C++ 0.00
When will c++11 perform move automatically when std::move is not ex... +0.09
Are Rvalue members indeed Rvalues too? 0.00
Dynamically Allocated Array of Structures: Assignment Issues (C++) 0.00
Overloading assignment operator with Classes and Vectors +1.45
g++ complaining about STD functions 0.00
C++: overloading "pointer to object" * operator +0.99
Why overloaded operator << works sometimes but other times do... +0.18
Printing out correct values when reading the file but garbage after... +0.94
overloading operator== for an user-defined object -0.91
using range-for loop: too few arguments to function call, single ar... +1.17
Using a member of a type as a key in std::multiset 0.00
Can we initialize an object with the help of constructor of another... -0.54
In this Singleton idiom, do we really have to make child class frie... 0.00
how to iteratively print the elements in a SET (STL) +0.49
C++ Using a local variable of a method in another method 0.00
Managing buffers of binary data in C++ 0.00
Why does C++ initializer list not work with this-> 0.00
how do i store and get a queue of structure? +0.27
C++11 segfault on reference to unordered_map in vector +0.91
Container optimization: Why are STL container method arguments no l... -0.24
Where does Clang stores the difference between int32_t *p and int32... +0.92
Why std::make_move_iterator works on vector<string> but not o... +0.18
generate random numbers (no member generate exist error) 0.00
Assign char array to another char array +0.41
Implementing of container with map inside 0.00
dynamic bitset initialized and called from other method gives segme... +0.18
Get an rvalue when calling a getter method on an rvalue object 0.00
Calling a struct in a class from main in C++ 0.00
How did this memory corruption occur in c++? +1.20
c++ Child class Unable to initialize Base class's member variab... 0.00
C++: Initializing member Vector values 0.00
How do I put some chars into a string object allocated previously? +0.83
Store objects with the same base class in C++ <vector> by val... -0.82
Integer input to a function that expects const reference 0.00
Expected symbol before '=' token 0.00
Class Templates: Order of Construction +0.18
C++: Order of declaration in public and private +0.18
Default constructer being called when it's not supposed to +0.75
Reference returning method applied on const and non-const object 0.00
Sorting a table by multiple factors +0.66
Why is there no memory leak here +0.67
How to access enum present as a template class member in another na... 0.00
Unable to specify initial size of vector -1.30
Invalid use of void expression in strcmp +0.85
Filling a vector<int>* -3.22
Error when initializing a struct with a brace-enclosed initializer... 0.00
Creation order of static/global objects +0.18
Why does the compiler require a copying constructor, need and have... -1.31