StackRating

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

Martin York

Rating
1547.36 (8,780th)
Reputation
206,392 (222nd)
Page: 1 ... 50 51 52 53 54 55
Title Δ
How do exceptions work (behind the scenes) in c++ +0.12
C++: Do static primitives become invalid at program exit? -0.62
Proper replacement for the missing 'finally' in C++ +0.02
Vector iterator not dereferencable -0.64
C++: how to cast 2 bytes in an array to an unsigned short -0.64
Hash Collision - what are the chances? -0.79
Global instance of a class in C++ -0.05
Array of zero length -0.25
How do you call a constructor for global objects, for arrays of obj... +0.65
How do you call a constructor for global objects, for arrays of obj... -1.60
Why does this const member function allow a member variable to be m... -1.09
How do I use std::tr1::mem_fun in Visual Studio 2008 SP1? -1.45
C++: Using operator of two intrinsic types as a function object -1.46
Cause of a memory leak in C++ when using the Boehm GC +0.34
How to know (in GCC) when given macro/preprocessor symbol gets decl... -0.28
Using strtok with a std::string -0.83
Update multiple values in a single statement -0.52
Forcing something to be destructed last in C++ -0.55
delete or virtual delete? -0.14
C And C++ Coding Standards -0.97
string to const char* +0.34
Return dynamically allocated memory from C++ to C +0.19
Easy way to convert a struct tm (expressed in UTC) to time_t type 0.00
Calculating the maximum size of derived classes -0.72
C++ Opening a file and inputting data to a class object +0.39
Visual Studio variable declaration +0.31
Does myVector.erase(myPtr) delete the object pointed by myPtr? +0.19
Creating a multithreading application in vc6 with boost library? -0.45
C Inline Functions and Memory Use +0.07
GCC: program doesn't work with compilation option -O3 +0.72
C++ Header Files, Code Separation +0.38
What could cause a dynamic_cast to crash? -0.08
How to guarantee files that are decrypted during run time are clean... -0.44
Best way to communicate with a programmer to define a project? +0.57
Catching all unhandled C++ exceptions? -0.85
C++ converting a mac id string into an array of uint8_t -0.66
std::wcout to console window in XCode 0.00
Splitting String C++ -0.12
C++ Reading file Tokens +0.40
Ho do you do the following file-related operations in C++? +0.36
How can I correctly downcast the pointer from void* to TMemo* in C+... +0.42
Performance implications of &p[0] vs. p.get() in boost::scoped_... +0.38
Singleton getInstance in thread worker methods -0.26
Parse a file using C++, load the value to a structure +0.03
What is the difference between an int and a long in C++? +0.07
Can any one provide me a sample of Singleton in c++? +0.53
Is it possible to program iPhone in C++ -0.07
Replacing auto_ptr in VC++ 8 -0.40
delete a specific entry in the map,but the iterator must point to t... +0.14
When to build your own buffer system for I/O (C++)? +0.10