StackRating

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

JoergB

Rating
1526.47 (22,185th)
Reputation
3,996 (41,962nd)
Page: 1 2
Title Δ
How to define a global visibly operator -3.42
error C2079: 'stackNameSpace::StackNode<T>::value' uses undef... +3.61
What does this example of using boost::mismatch mean? -5.21
What's wrong in my initialization? +3.72
Is it possible to initialize a private array in a headder file with... +1.99
Should my functions accept pointers or smart pointers? +4.51
C++ operator precedence +0.04
Safely concatenate c-strings in class constructor +1.27
the static member variable assignment -3.20
size of string array through function +0.39
Why are std::atomic objects not copyable? -3.65
Inefficiency of copy-and-swap idiom? -4.10
c++ pointer casting help, void* to boolean -0.53
Require override of parent virtual function -0.17
Why do non-const, non-int/enum static data members have to be initi... +0.27
What have I done wrong when coding this array of objects in C++? -1.43
How to cast a custom type to string in VS2012? -2.97
extracting exponent from polynomial c++ using c string 0.00
Templates with same signature not causing a compiler error 0.00
(Updated) Compiler warning on "Effective C++"s method to... -3.71
C++ bitwise vs memberwise copying? +0.91
New bricks disorder +2.61
How to use threads with a recursive template function -2.87
C++11 "late binding" of template arguments +1.11
(p++)->x Why are the parentheses unnecessary? (K&R) -0.66
undefined reference to `typeinfo and 'vtable +0.16
Why exactly cant alexandrescu use std::uncaught_exception() to impl... 0.00
Conditional inclusion in C++11 with user-defined literal? +3.64
error using static function deleter with std::unique_ptr -0.40
Can I convert a pointer to member function to a char array and back... 0.00
Hash Table of Vectors of Person Objects c 0.00
finding successive mimimum and compare in a vector of queues 0.00
Diagnosis of floating-point overflows in C++ programs +1.30
C++11 std::atomic_fetch_add vs __sync_fetch_and_add -2.77
When not to use `auto&&`? +1.85
why first calling base class constructor and then derived class con... -4.73
Avoid extra process in unordered_map insertion +4.48
implementing a factory that registers non-static member functions t... 0.00
Calling private destructor as deleter for std::shared_ptr using lam... 0.00
How do I print out objects in a vector by overloading the <<... 0.00
Do non-atomic objects have same modification order in all threads?... 0.00
Double-free error in execution after deleting pointer in deconstruc... +4.42
Map.erase() throws an error, why? -3.94
Does exchange or compare_and_exchange reads last value in modificat... 0.00
c++ array sorting with some specifications +2.66
May accesses to volatiles be reordered? +4.47
The "Using" keyword to call base class constructor 0.00
Allocate more than 2GB on the heap using c++ on a 32bit linux kernel -2.99
C++ map of objects erase when key not present +2.75
are c++ pointers to user-defined objects thread safe for reading? +3.95