StackRating

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

Alok Save

Rating
1705.37 (130th)
Reputation
169,382 (305th)
Page: 1 ... 15 16 17 18 19 ... 53
Title Δ
Is sizeof() recursive? +0.64
Forward declaration of struct +0.99
What is the sense in giving names to constructors +0.40
Pointer to function vs global variable +0.11
Vector memory management +0.62
Observing change in value of member variable +0.59
What is the difference between Function Pointer vs Function Call? -0.17
Inline functions in c++ - conditions +0.26
Is it correct to say that array in C++ or list in Python is a Class... -1.47
Is it better to use heap or stack variables? +0.22
Cannot enter in while statement -0.69
How to guess the exception type thrown by libpqxx C++ library funct... 0.00
Should I define static inline methods in header file? +0.95
What do # and ## operators do in C? -0.26
Constructor Initialization of primitive data types in CPP -0.26
c++ Recursive headers for abstract classes +0.73
Cannot initiate an abstract class because members are abstract +0.25
LNK2019 error in C++ 0.00
C and C++ : Partial initialization of automatic structure +0.81
Clarification: what data/values are allocated on data segment +0.43
Do I need to dynamically allocate double arrays to pass them? 0.00
Overloading subscript operator causes access violation -0.42
vector of vectors of multiple objects and primitive types in C++ an... -0.25
C++ Expression evaluation. What does 'evaluation' mean? +0.30
C++ operator overload with friend +0.12
Function return type validation by compiler -0.24
Casting a const int to a pointer? +0.50
Can constructor call another class's constructor in c++? +1.70
What is the correct answer for cout << c++ << c;? -0.40
How to organize a C++ project +0.01
Why a default assignment operator not synthesis by compiler if a cl... +0.25
C++ overloading operator<< +0.24
Collection of int/string[] with one line of code for each insertion -0.57
Does "#pragma once" have the potential to cause errors? +0.26
Sorting struct using STL:algorithm 0.00
What is the best practice of this? +0.28
crash in creating an array in the heap and delete it with/without s... +0.51
A Struct with an Array of Structs with Arrays inside Them (and an A... +0.59
How to Call Function of one class on the object of another class? -0.26
calling same name function +1.61
Member function of a class isn't recognized in a function -0.49
Overloading [] operator and copy constructor doesn't work +0.01
inheriting interface & IUnknown ,IDispatch methods definitions -1.01
Does this C++ code leak memory? +1.14
Why am I getting run-time error +0.28
Why C variables stored in specific memory locations? +1.09
Why we need the template keyword in C++? +0.63
How to eleminate the unnecessory symbols in the output of string co... -0.99
template<class T> error: expected initialiser before 'template' +0.26
Should I use const for local variables for better code optimization? +1.12