StackRating

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

GManNickG

Rating
1740.04 (52nd)
Reputation
485,953 (65th)
Page: 1 ... 10 11 12 13 14 ... 29
Title Δ
Any reason to use a run-time assert instead of compile-time assert? +0.66
Cannot deallocate mem 0.00
Is there a guarantee as to the size of a class that contains an arr... -0.21
Problems with C++ containers +0.19
How to erase entries from vector in C++? +0.37
Downloadable STL documentation that covers TR1? +1.09
C header causes errors when included in some files but not others 0.00
C++: scope of for loop? -1.69
Dynamic array initialization +0.58
Commutative property a[i] == i[a] -1.29
What kinds of optimizations does 'volatile' prevent in C++? +0.32
How to detect whether there is anything left inside a boost archive -0.32
Where is ptrdiff_t defined in C? 0.00
Is there a LARGEST_INTEGER macro or something similar? (C) -0.17
Two different values at the same memory address +0.30
Perfect Forwarding in C++03 +0.90
Advantages of using forward +1.05
Can lambda functions be templated? +0.20
why is the value being changed even in a const function? +0.44
Should Mutex's lock/unlock functions be "const"? -0.25
create header files in c++ 0.00
Need to know how to check if the inputted string has terminated wit... +0.20
Extra brace brackets in C++ code +0.72
Why is type_info::name() unspecified? +0.20
What detectable differences are there between a class and its base-... +0.93
Will C++ throw with no arguments work inside another frame to rethr... -2.14
In C++, why isn't the this keyword a reference? +0.48
How to bound 2 variables in C++ one with other so when one changes... -0.51
Is it possible to enter the terminate_handler twice? +1.01
How to suspend variable assignment with boost::bind or boost::lambda? 0.00
C++/G++ hello world application issue, maybe compilation -1.67
C++ and Enumerable +0.21
Why does the standard library have find and find_if? +0.74
Struggling to get '==' operator overloading to work (C++) +0.28
Overload += operator if + is overloaded? 0.00
Documenting namespaces that span multiple files doxygen +0.21
covariant return types +0.85
Testing whether an iterator points to the last item? +0.68
Vectors within classes: handling copy constructor and destructor (C... +0.62
I can use more memory than how much I've allocated with malloc(), w... +0.34
Initialize a reference - warning C4355: 'this' : used in base membe... -0.77
overloading new and delete in c++ +0.20
How do you pass a function of a class as a parameter to another fun... +1.80
C++ template compilation error: expected primary-expression before... 0.00
How to compute a point on a line in CGAL 0.00
Can I call `delete` on a vector of pointers in C++ via for_each <... +0.35
Creating threads that copy the arguments passed to them +0.20
Why MSVC generates warning C4127 whan constant is used in "whi... -1.50
Why isn't this function caught by the compiler, and what does it do? 0.00
C++: How do I prevent a function from accepting a pointer that is a... +0.19