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 2 3 ... 73
Title Δ
Use of 'const' for function parameters in forward declarati... 0.00
How to set the size of a vector member of a struct upon intializati... +0.18
C++ structs: force initialize members? +0.89
Whats the usage of private virtual methods? -1.07
Why does the iterator to set::end in C++ dereferences to the number... -2.07
How do I create a pipeline of functions so that functions run one a... -1.06
Garbage value getting printed when using copy function for a string... 0.00
Why c++ map value don't update for same key? -0.49
Assigning compatible vector? +1.09
Why delete a class without virtual dtor is OK if it inherits a clas... -0.71
How can I get the return value of `wget` from a sh script into an `... -2.30
How come even though arrays decay to POINTERS, its fine to keep the... +0.74
How to call a boost::function object with all arguments bound +1.24
Would this cause a memory leak +0.97
C++: avoid automatic conversion of string to bool in overloads +1.03
constant function is called by non constant object. Why? +0.55
How to remove element from array class +0.17
Why does C++ require low-level const qualification on both objects... 0.00
c++ assign a int value to a struct? question about the constructor... 0.00
returning a move-only rvalue reference +1.73
Template function: is there a syntax for accepting any argument typ... +1.70
Call the same lambda several times in C++ +0.71
Unexpected virtual function dispatch when using base class referenc... +0.76
Debug assertion failed when deleting a vector of pointers -1.02
Is there a way to reference cout without using namespace std or pre... +0.61
Function returning std::string returns zero +0.72
create boost - variant type for general c struct 0.00
Is array variable a reference in C++? +0.19
How to declare an std::array of structs initialised inline with dif... 0.00
Overloading the left shift operator for strings in C++ -0.72
Efficiently check element exists in map c++ +1.00
An example about namespace in C++ 0.00
How should I use automatic type conversion in the sum of two comple... -2.96
std::vector initialization in another function -2.10
How to call the base class constructor when the derived class can n... 0.00
Adding function parameters to a vector +0.57
Why doesn't C++ complain about multiple definitions of an opera... +1.12
Mutating value on reference on const reference object 0.00
in C++ using atof to convert string to decimal not working 0.00
Passing array as function parameter, and calling begin/end methods... 0.00
Alternative to std::next +0.92
Can I add to a vector using placement new 0.00
Memory Address showing? C++ +0.36
C++ unique_ptr rvalue passing using std::move not working -3.12
How to recongnise C or C++ +0.82
Do structs need to be passed by reference in order to be immutable? +0.19
Is it possible for a class to set the value of a variable that it i... 0.00
google tests: can not create string from char array? +0.58
C++ Check if array created with 'new' +0.18
How to update second value of map using iterator 0.00