StackRating

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

Luchian Grigore

Rating
1721.47 (80th)
Reputation
203,453 (226th)
Page: 1 ... 5 6 7 8 9 ... 81
Title Δ
Skip permutation elements in C++ 0.00
How is a struct stored in memory? -1.76
global std::string and one definition rule +1.16
Base class don't have default constructor when derived class constr... +0.22
error: passing ‘const ComplexNumber’ as ‘this’ argument of ‘const C... 0.00
Why CPP file name must tally with H file name? -1.40
error invalid conversion from 'const X*' to 'X*' -0.69
Non-trivial "Not declared in this scope" errors +1.27
Weird behavior of reference to vector.back() after vector is modified -2.67
Copy Constructor for not dynamic allocation +0.51
Uninitialized pointer works as if it was initialized -1.17
Assignment operator +0.71
C++ define changeable macro -0.45
Reference counter implementation, = operator overloading error -1.85
error: expected class-name before '{' token { ^ 0.00
Analyzing entire code before executing in C++ 0.00
Is the base class constructor excuted if the derived class does not... -0.74
Object pointers acting strange 0.00
Char pointer declaration inside and outside main() +0.88
Why define Parent class as friend class? +0.90
Is iter++->empty() a legal expression? +0.73
Use constructor to initialize array (C++) +0.59
Writing void fun(int *tab); and void fun(int tab[]) is the same? -0.95
Is an empty vector the size of its struct? -0.43
What is the difference between a char[] and a string in c++? +0.20
Array is not printing out through cout +0.86
Why does the overload resolution of member functions exclude the gl... -1.96
Real cost of rng in c++ compare with ref +1.03
what is the difference returning const or non-const in primative ty... +0.08
Field is not a complete type with forward declaration. Catch 22? 0.00
const variable Are Local to a File By Default -3.40
Nested strcuture +0.19
c++ delete causing break on valid struct pointer +0.17
Confusion in use of templates and structs in c++ +0.79
2D vector giving segmentation fault -1.66
Why to include <string> if not used directly from code? +0.90
creating c++ object in c file -1.39
What's the difference between while(cin) and while(cin >> num) +0.01
How do I make a deep copying constructor for an array in c ++? 0.00
How to define array in C++ +0.03
complier giving error on forward struct declaration +0.73
Inconsistent behaviour passing arguments in C++ 0.00
"Module was built without symbols" error appeared after V... 0.00
c++ vector position set to 1 instead of 0 +0.45
Why is `explicit` not compatible with `virtual`? 0.00
Destructor for array of pointers to arrays -0.89
Is there any reason for using if(1 || !Foo())? +0.88
Why do we need different datatype for pointer? +0.78
why is a pointer member initialized to a non-zero? +0.21
Is that possible to use constant memory address value for different... +0.20