StackRating

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

Cheers and hth. - Alf

Rating
1607.22 (1,496th)
Reputation
126,064 (504th)
Page: 1 ... 10 11 12 13 14 ... 66
Title Δ
Working with multidimensional vectors or arrays 0.00
Advantage of `make_unique` over plain constructor? +1.16
What C library features have higher level C++ alternatives, like C... 0.00
Derive from class declared in private scope +0.31
When would one NOT want a derived class's deconstructor to exec... +0.88
how to move elements of an initializer_list? +1.97
Dynamic Module Classes in C++ 0.00
In C++, is the length information of a dynamic array associated wit... +1.69
How to assign one char* to another char* +0.81
trying to run commend on cmd throw c++ using createprocces (API)? +1.73
Overriding casting operation in c++ +1.35
Why a class with references does not adhere to standard_layout? +1.97
C++ How is this not member function pointer? -0.32
Extending abstract base class with class template -0.70
Why does explicit typecasting allow upcasting for private inheritan... +1.05
Why defining a member function pointer variable need class name? +1.35
How to avoid ambiguous call of template function? 0.00
cout not shown when I call std::abort() 0.00
Why wont my program execute the second catch block? +1.17
cannot cast int *(*)[] to int(**)[] +0.84
How private and protected is implemented in C++ +0.87
C++ Add method logic -0.14
can i write return NULL statement in a void function? +0.45
Is bitmask necessary when assigning a value from a big type to a sm... +0.36
Make `foo(derived_object, x)` call `foo(Base const&, X)` instea... +1.39
Make foo(derived_object) call foo(Base const&) instead of templ... +0.85
Polymorphic function call without duplicate code -1.43
Why use constant pointer to constant value when you just read data? -1.64
Error converting char[2] to unsigned short? -0.27
Storing adress to stack allocated object in vector 0.00
Pointers and their memory spaces in c/c++ -1.01
C++ return 0 when initial a class fail -0.64
Make sure only Smartpointers are build -0.44
About CPP Files and Headers +0.73
Local Variables Being Passed ( C++) +0.40
Is there any advantage to using a naked pointer rather than a weak_... +0.35
Why am I unable to pass an iterator to string as an argument to the... +0.29
Tracing a recursive factorial function in C++? +0.34
About dynamic memory in C++ +1.50
Array subscript not an integer, despite being declared an int 0.00
How can we predict the output of the following C++ Program 0.00
Allocate a polymorphic class member at a specific location? +0.33
How to get %AppData% path as std::string? +0.88
How to call powershell in c++ with no window 0.00
how to design class that has char* pointer as class member variable? +0.99
C++ Outer class access Inner class's private - why forbidden +1.76
Odd return behaviour of std::unique_ptr::get() +2.16
Casting c_str() only works for short strings +0.07
How do you output text in c++? +0.36
How many levels of interpretation/compilation are there in a comput... -0.04