StackRating

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

Naveen

Rating
1523.92 (25,323rd)
Reputation
52,435 (1,880th)
Page: 1 ... 4 5 6 7 8 ... 19
Title Δ
Struggling to understand observer patterns -0.27
private constructor +0.82
Can someone explain this C/C++ syntax? +0.12
Should accessors return values or constant references? -0.08
Should we allocate memory for an object on heap when its internal m... +0.46
C++ operator overloading synthetic conversion +2.05
How to fix "undefined reference" compiler error -0.86
Removing a character from a string -0.56
How do I implement a method selector kind of pattern in C++? -0.78
Deallocating vector of pointers, but memory still in use +0.37
How do I define a template class and divide it into multiple files? -0.04
How can I use namespaces across files in C++? +0.42
Problem with copy constructor with class with polymorphic pointers +0.19
Is there a difference between int(floatvar) and (int)floatvar? +1.61
constructor behaviour in C++ 0.00
Memory Allocation Problem +0.63
realloc/HeapRealloc fails eventhough enough memory is available +1.44
C++ returned pointer points to something other than what was return... -1.46
C++ : Array of struct as function parameter +0.78
A variable set inside BOOST_FOREACH-loop is invalid outside loop, w... -0.27
getting the number of elements in a struct -0.42
Reusing the same string before inserting to a list seems to pass by... +0.82
C++ #include cant find file +2.03
Is there an STL/boost algorithm to check all elements in a containe... -0.65
error C2446: == : no conversion from const char * to TCHAR * +0.46
Dealing with circular inclusion in a parent/child class relationship -1.71
Is there a way to call std::transform with a function with multiple... -1.30
generate float random numbers -0.95
STL - Use member functions or functions in <algorithm>? +1.92
unordered_map C++ +0.31
how to concatenate two _T strings? 0.00
Error incomplete universal character name \U -1.14
Speed up compilation in Visual Studio 2005 +0.96
Library function returns raw pointer and I want to use smart pointer -0.92
Problem with STL map iterator copying +2.21
Forward declaration just won't do -0.54
Why does this malloc not work in C? +1.07
Base class's destructor called without destroying the base class! +0.90
Is it possible to have a function(-name) as a template parameter in... -1.57
C++ overloaded new[] query : What size does it take as parameter? -1.28
Finding max_element of a vector where a member is used to decide if... +0.20
Pointers to objects in function scope +1.12
STL Set: insert two million ordered numbers in the most efficient m... -0.43
'stdx’ is not a namespace-name error being shown for a ptr_vector p... 0.00
How is C++ VIRTUAL function not redundant? +0.50
When is malloc necessary in C? -0.76
Memory allocation for member functions in C++ +1.26
Double pointers are also sometimes employed to pass pointers to fun... +1.11
Trouble understanding whence a copy constructor came -0.97
Is there a way to flag (at compile time) "overriden" meth... 0.00