StackRating

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

iammilind

Rating
1509.89 (71,401st)
Reputation
45,570 (2,306th)
Page: 1 ... 4 5 6 7 8 ... 23
Title Δ
How to delete a pointer assigned to a base class? +1.69
non templated interfaces to templated classes c++ +0.51
C++ template specialization for map-like types +0.00
How do I delete pointer to (struct/object) without destroying point... +0.57
Why compiler doesn't give error while defining similar template spe... -1.44
is it safe to assign a stl container? +0.98
Keep BOOL instead of bool +0.15
Structures and Operator Overloading in C++ -1.00
Does calling delete from inside a destructor cause stack overflow? +0.13
Inherit class b from class a before class a declare +0.72
Is it possible to check if a member function is defined for a class... -0.96
How to handle "class type redefinition" +2.19
How to replace base class with derived base class -1.03
Observing change in value of member variable -0.47
Should one never use static inline function? -1.60
Best practices for enum in C++ +2.38
Dynamically changing the template parameters of a class -0.97
Should I define static inline methods in header file? -0.95
do while loops can't have two cin statements? -0.66
Wrapping smart pointers with method replacement +1.42
How to check when a pointer is deleted? -0.10
C++ : inheritance without virtuality +1.29
Why Copy Constructor is called here instead of normal Constructor a... +2.76
Overloading member methods with typedef aliases as parameters +0.34
STL MAP should use find() or [n] identifier to find element in map? -0.18
How should I detect bottleneck of compile time in a large C++ proje... +0.35
How to define a template function for a reference parameter and the... +0.52
Why does "const" get used in this example? +0.94
Does Undefined Behavior depend on the compiler in c++? -0.80
Virtual functions and template clash -0.09
Passing a template function into another template function 0.00
Resizing and clearing array +1.78
memory allocation with instance creation in C++ +0.53
What's the difference between how heap memory is reclaimed in C++ v... -0.57
maintaining the order of vectors -0.46
How to make CDT/Eclipse work with C++11 threads? 0.00
Passing char array into a function -0.98
error C2361: initialization of 'found' is skipped by 'default' label -0.41
MySet(20,100) = "abcd"; copy and/or assignment? -1.50
Using std::map inside switch case -0.35
Creating macro using __LINE__ for different variable names +1.45
Compiler error when passing 2D array to a function without specifiy... -0.18
When should you restrict accessibility to a virtual function in a d... -1.07
Why do C++ libraries and frameworks never use smart pointers? +0.83
Segmentation fault after realloc(). Can't assign allocated memory t... +0.14
Why define a subclass as a friend of its own parent class? -0.46
C++ pointer array argument -0.58
Related to strings +0.11
Is RVO allowed when a copy constructor is private and not implement... -0.98
C++ input global variables accessible across several classes 0.00