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 ... 31 32 33 34 35 ... 81
Title Δ
Remove item from a list using its pointer +0.57
Type casting a custom c++ class -2.19
When do variables get copied when being passed as arguments in C++? +0.28
Class containing the instance of same class type +1.40
program runs but second function in the program does not print? no... 0.00
In C++, what is causing the difference between these two functions? -1.70
Shortcut for constructor 0.00
nested class inherits from nested class +0.55
Short-circuiting and readability -0.43
C++, get pointer 0xcdcdcdcd creating a public class from another cl... +0.06
In place data manipulation -0.18
memcpy error on struct -0.40
C++ polymorphic load/save +0.68
Add include path on file basis in Visual Studio 2010 -1.87
About memory and delete object in c++ +0.26
Is it right to use extern keyword in "extern int x" in bo... +1.68
Composition access -0.73
Get numbers that only divide by 2,3 and/or 5, but not by any other... +0.70
C++ default, copy and promotion constructor 0.00
2D string Array C++: Integer Concatenation Into String +1.90
c ++ simple program not working +1.51
Reference to a variable of different type +0.28
How to end a process using C++? -0.22
Memory allocation for constant char array +0.28
Return pointer or iterator -0.59
Why don't I get a segmentation fault when I write beyond the end of... +0.71
What is wrong with this implementation of static template function? -0.85
Which is faster, pointer access or reference access? +0.91
Substring in C using pointer -0.38
What is the preferred method of iterating through a string in C? +0.58
Why my operator overloading not compiling? +0.29
__declspec(dllimport) causes compiler crash on MSVC 2010 +0.29
Insert an element to a vector at run time C++.Throwing Runtime Error +0.04
stack of local variables +1.11
ambiguous call to overload - casting -0.19
local variable vs pointer performance 0.00
Preprocessor Shorthand for const * const +1.06
What is the difference between static functions to a static pointer... -1.55
typedef class: Unknown type name 'MyType'; did you mean 'MyType_t'? +1.20
Parenthesis around function call 0.00
Vector of Vectors to create matrix -0.41
Not able to edit extern variables 0.00
warning: return type defaults to ‘int’ [-Wreturn-type] 0.00
string comparison with user build string-like type +0.24
Where is the best place to put const in C++? 0.00
Using C++ mangled functions from C -1.93
What's the right way to overload the copy assignment operator of an... -0.25
Increment Operator in PHP and C Language +0.59
How to detect if atof or _wtof failes? -2.18
Whats the difference between these two FOR loops? +0.28