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 ... 10 11 12 13 14 ... 81
Title Δ
c++ forward declaration of a static class member +0.44
Why do books say, “the compiler allocates space for variables in me... -0.51
What is the C++ compiler required to do with ill-formed programs ac... -2.30
Can I have different types in the init-expression of a for loop? -0.67
Possible bug in Visual Studio 2010 linker (minimal testcase included) 0.00
for loop: a string passes from "0" to "9" -1.73
What is the reasoning behind the naming of "lvalue" and &... -1.18
Save Pointer to Object in Vector in a Loop -0.12
C++ std::set why is it associative? +0.25
C++ Nice "name" for own function 0.00
Only when len is < 3, I get a heap corruption error. How comes? 0.00
In C++, make an alias const +0.52
Sorting randomly generated numbers from lowest to highest +0.44
C++ Polymorphic memory cost +0.66
Cannot convert ‘std::string {aka std::basic_string<char>}’ to... +0.23
C++ : How to delete a pointer created in a function and as the retu... +0.45
Is there other syntax for this pointer operation? 0.00
Search for avaliable library before #pragma comment in c++? 0.00
Add a conversion constructor without touching class -1.25
What does a type declaration in front of a function call mean +0.69
Public const variable or private with a get function, which is pref... 0.00
Where are member functions stored for an object? +1.08
C++: Forward class definition required to compile some code 0.00
Does calling empty class methods affect performance? +0.80
Where is defined that int() is 0? +1.92
If macros should be avoided, how come the VC++ standard library is... +0.63
Constants and Pointers 0.00
Reassigning variable, delete called twice (C++) -2.80
Can VS2010 show me which header file pulls in a declaration? 0.00
Division of array items with an integer? -1.85
Prohibiting definition of a copy constructor in an inherited class +0.23
C : Initialise reference to variable with double +0.59
Explain the output of this C Program? +0.99
error: expected unqualified-id +1.04
Header files and include best practice +0.26
Why Am I Getting Segmentation Fault When I Am Taking String Input? +1.08
How do I explain this LNK2005? -0.71
copy constructor +0.21
Is `+++` its just a post-fix increment followed by an infix (always)? 0.00
are parent class constructors called before initializing variables? +0.41
MSCV 2010 incorrect behaviour of --someNumber operator +0.97
Passing array by value -0.08
call by value vs const call by reference -1.11
c++ vector push_back not working +1.21
Calling virtual method of a derived class causes segfaults +0.29
Operator overloading to concatenate string 0.00
Pure Virtual Method Called terminate 0.00
Predefined Macros for function name __func__ +0.23
understanding the code +0.99
what is return type of assignment operator? -0.06