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 ... 17 18 19 20 21 22 23
Title Δ
How to use a struct inside another struct? +0.86
Prevent two object internals from aliasing -1.10
Is there an easy way to assign a struct array -1.18
If I return an STL container from a function by value will GCC copy... -0.95
Why would someone use #define to define constants? -0.65
C++ std::sort on vector<object*> - Assignment of Read-only Lo... 0.00
Faster Alternative to std::ofstream +2.03
Why does the compiler try to instantiate a template that I don't ac... +1.58
c++ member function pointer problem -0.97
How to declare data members that are objects of any type in a class +1.38
C++ Function receiving an enum as one of its parameters -1.21
Should I use std::for_each? +0.85
Undefined Behavior: A checklist for code reviews +2.09
Templates for code which is similar but not identical? +0.29
Can NULL pointer after "dynamic_cast" actually be derefer... +0.06
C++ Exceptions - Is throwing c-string as an exception bad? -0.31
Simple SFML/C++ question, confused about literal strings and static... 0.00
C++: overloaded destructor? 0.00
Initialisation lists in constructors trying to initialize a struct... -0.29
Parallel Sum for Vectors -0.88
Is there a reason on not allowing lambdas to deduce the return type... +2.43
What are some new emerging programming languages +0.55
C++ accessing a function from in a class, receiving functions as a... -0.37
Is there a way to distinguish between new's and new[]'s return value? -1.07
problems creating an executable file with .o files in different fol... -0.79
Is `new (this) MyClass();` undefined behaviour after directly calli... -1.14
Static variables in class methods +0.45
How to globalize the files iam using +0.10
Creating array of pointers to class object 0.00
Assign constant char to character array inside structure in VC++ -1.83
A Portable typeof() in C++ using SFINAE? -1.12
Convenient C++ struct initialisation +1.34
Why is it undefined behavior to delete[] an array of derived object... -0.18
What serious alternatives exist for the IOStream library? (besides... -0.52
Does C++ support compile-time counters? +0.68
Declaring array of int -1.36
Vector of multidimensional arrays -0.40
Event and the argument list error 0.00
how this auto_ptr program works and what it does? +0.02
Turbo C strcpy library function +0.49
C++ static const multiple declaration error in Eclipse for Android... -1.64
Splitting a `char[]` in C++ +0.60
Shall I make every function static, which do not touch the member v... -0.24
How do I pass multi-dimensional arrays of unknown size into a funct... -1.07
Templating throws out a lot of errors -1.52
Handle displaying uint8 as an int automatically to an ostream -0.41
how to get local time and put it in a string +0.48
Explicit type identifier vs RTTI +1.01
Catching exception: divide by zero -0.71
why am I getting a "was not declared in this scope" error? +0.56