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 ... 6 7 8 9 10 ... 81
Title Δ
Are static template class variables with different instantiations t... +0.59
Is it safe to set up references in the following manner -0.40
Singleton without copy constructor 0.00
C++: Dates and octal constants +0.00
What does this code output a smiley face? 0.00
Destructor does not destroy objects +0.59
XOR operation in C++ +0.02
Returning constructor arguments in function, calls the constructor... -1.34
Pass by value vs pass by reference memory allocation difference c++ 0.00
Are out-parameters out-dated? +0.20
C++ Using Class to Define New Type +0.20
C++ Stack and Heap in RAM 0.00
when allocate memory to variables defined in the namespace +1.93
What happens to memory when I dereference a pointer and assign the... -0.33
How can I be getting "already defined" linker errors here? +1.62
The simple task of iterating through an array. Which of these solut... +0.92
Appropriate destructor for my own custom-made Arraylist (C++) 0.00
Why does (0 > v.size()-1) evaluate to false for an empty vector? +1.26
Why prefer signed over unsigned in C++? -1.64
'No matching constructor for initialization' when returning a C++ o... 0.00
run-time error when resizing vector -0.75
Why does the C++ copy constructor behave differently when calling i... +0.75
Difference between result of character and integer pointer 0.00
C++ char* cannot be used as pointer +0.21
How to allocate a struct of struct? -0.88
confusion about char pointer in c++ +0.66
Why variables are initialized with max value instead of zero +1.17
How does this work with Return Value Optimization? +0.14
Why is the argument of the copy constructor a reference rather than... +0.46
How do I correct "expected primary-expression before...?" -0.81
g++ compiler ignoring const return type 0.00
implement a base class method to access a property of derived classes +0.54
What's the difference between the Derived class override the base c... +1.01
cpp Is there a reason to prefer vector<class_type*> to vector... -0.94
Using pointer member in C++ class +0.21
Is it possible to define an implicit conversion operator to std::ar... -0.62
why do i need to include a .h header file in the .c file of the sam... -0.28
classes error at constructor 0.00
What reasons are there for a returning by value in C++ +0.50
How is it possible to construct a std::vector of non-default constr... +1.00
Why the value of same variable in heap of object 1 not reflected in... -0.63
Unexpected behaviour using delete in inheritence, with base pointer... +0.21
Linking error: One or more multiply defined symbols found +0.19
expected initializer before ‘<’ token +0.19
when a base class pointer point to a base class object whether the... +0.56
Does assigning zero to a pointer destroy the allocated memory? +0.22
Is there any class in c++ which is superclass of all the classes? +0.96
Can a constructor function be a friend in c++? 0.00
Implementation of a pure virtual function in C++ -0.15
Do I need to write the `const` keyword when passing a `const_iterat... +0.20