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 ... 30 31 32 33 34 ... 81
Title Δ
What is an undefined reference/unresolved external symbol error and... -0.21
What is an undefined reference/unresolved external symbol error and... +1.33
Two dimensional array, what does *(pointerArray[i] + j)? +0.27
error: expected primary-expression before ')' token| +1.36
c++ include avoid cyclic references +0.29
What non-destructive alternatives exist to class vectors in c -0.57
define variable according to string +1.32
How would i get the compiler to recognize these characters +1.25
Using sorting predicates in C++ 0.00
Overriding base template class method 0.00
When using if(...) , why is this considered a good programming prac... +0.65
C++ InMemory Cache Library -0.73
Using private variable in class +0.64
Visual Studio cannot include header file. +0.30
Multiple definitions error: How to declare a reference in a header... 0.00
Sudoku checker algorithm in C++ +1.08
c++ visual studio cout returned string 0.00
Linked List - Moving to the next node +0.28
Why does my rand() number come up as 0? 0.00
Run fails without any exception +0.26
Initial Value of Dynamically-Allocated Memory in C++ +0.58
C++ Acces class array from other class -0.92
Junk values - Inheritance in C++ +1.29
C++ return reference to temporaries or store them in objects +1.26
C++ Error when accessing vector<string> elements through iter... +0.28
C++ Basic error with classes -0.18
Sum of elements equal a value, any good Algorithm? +0.61
How can I trigger the copy constructor for data members? -1.85
pushing back a data using std::list -0.20
Weird error when linking static class with friend function -1.70
Unexplained behavior of 'printf(..., i, ++i);' and variants -0.94
May I #include in .hpp files? -0.50
Overriding parent class's function 0.00
Pointers to class templates with different template parameters +1.13
Declaring a pointer with a scope resolution operator in the name 0.00
What happens when delete pointer to stack object? +0.13
vector of ofstream pointers +0.28
What would happen in a C programm [ getchar() ] like this if i only... +0.27
C++ object design 0.00
Highlight all occurrences inside source code of an Identifier in Vi... 0.00
Returning a pointer from a function -1.64
How do I iterate over a vector and also know the index of the eleme... +0.65
Function calls vs. local variables -1.48
Does buffer[index] take the same amount of cycles as *buffer? -0.51
enum name as function 0.00
C++ - In Range and Character -0.83
16 bytes-long integer types 0.00
Is += faster than -=? 0.00
#define c usage , taking multiple values 0.00
Is x += a quicker than x = x + a? +0.63