StackRating

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

Nawaz

Rating
1701.47 (143rd)
Reputation
262,646 (156th)
Page: 1 ... 8 9 10 11 12 ... 62
Title Δ
How do I default initialize function pointer in c/c++? -0.92
C++11 non-static member initializers and deleted copy constructor -1.74
C++: std::vector [] operator +1.11
C++ same function parameters with different return type +0.83
How to pass unique_ptr<char[]> to a function to use -0.22
Default value of a function pointer in C++ +0.16
Is there any design pattern to avoid a nested switch case? +1.14
Is streaming a stringstream a libstdc++ extension? -0.23
what 0 means in pure virtual function +0.83
Doesn't ADL looks up static member functions? 0.00
File stream, STL container, and variable length arrays +1.08
std::for_each equivalent that does not dereference the iterators +0.42
Using new in a member initializer list of constructor +0.29
Basic typedef/alias of a static variable +1.49
Combining GCC's typeof() extension with member access -0.20
Naming convention between namespaces and classes in C++? 0.00
Understanding copy-initialization in C++, compared to explicit init... +0.29
Why don't I get a runtime error when I access an out-of bounds elem... -0.99
is it possible to make std::string always hold a lower-case string? +0.87
C# Passing a part of an array as an argument of a function by refer... -1.82
How does one declare a variable inside an if () statement? -1.16
Why can't I use the `pos_type` return type in the code below? +1.41
Does this simple Message class justify using a smart pointer? +1.28
Can an enum class be converted to the underlying type? +1.48
Accessing protected members in base class objects 0.00
What is the best way to slurp a text file into an array/collection... +1.58
Minimum value not in a binary tree? -0.74
why code is printing all the first index? +1.15
why doesn't tolower convert my uppercase chars to lowercase? +1.52
Sorting a Vector with std::sort 0.00
Is it possible to write c++ template/macros to check whether two fu... +1.32
Compile issue with tuples and variadic templates -0.19
C++: Read .txt contents and store into 2D array 0.00
c++ copy constructor related query +0.19
How to declare of array of pointers to 2D arrays 0.00
error: no matching function for call to ‘min(long unsigned int&... 0.00
Smart pointer implementation: when is the destructor invoked for po... -2.08
Why is my swap method interfering with make_move_iterator? -0.77
How to initialize the structure member with using pointer? -0.47
C++ template specialization, calling methods on types that could be... 0.00
Inheritance problems with constructrors -0.21
Return statement vs. accepting pointer to write into -2.18
Can a static variable in a static function move to a new address in... 0.00
How to ensure that a std::map is ordered? +0.12
Base Class method accessing Derived Class members +0.34
Can a template parameter itself be templatized? -0.01
How do I extract the value_type from template parameters (std::vect... -2.59
const_reference_type not compiling but const value_type& compil... -0.98
Java ArrayList in C++ +0.29
Why include guards do not prevent multiple function definitions? -1.22