StackRating

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

Bo Persson

Rating
1557.62 (6,054th)
Reputation
80,126 (1,033rd)
Page: 1 ... 30 31 32 33 34 ... 41
Title Δ
Rewriting for loop efficiently, C +0.17
Effective C++: discouraging protected inheritance? +0.40
note: expected ‘float (*)[100]’ but argument is of type ‘float (*)[... -0.60
Difference in output of i=i++ + ++c; and i=++i + c++; -0.36
Building generic overloaded operator<< -1.59
why doesn't my program crash when I write past the end of an array? +0.77
std::allocator<_Ty>::deallocate : cannot convert parameter 1... 0.00
Setting bits in a double and compiling with optimization flags of g++ +2.23
Are there any free C++ compilers for MacOSX? +1.30
C++ inheritance and templates -0.93
Does C++11 add the C99 restrict specifier? If not, why not? +1.03
Algorithm for struct/class data alignment and padding? 0.00
How to fetch the string using the substr with garbage characters? -0.77
Different Results in Debug and Release Modes -0.48
"0xC0000005: Access violation" While using fstream 0.00
What happens if exception gets thrown "through" c code? +2.30
copyable data class in C++ +0.52
Initialization of vector of vector is very slow 0.00
Address of labels (MSVC) -0.60
Huge 2D arrays in C++ -0.56
What happens to the string data when std::string objects are passed... 0.00
Java Classes versus C++ Classes -1.57
defining a public struct inside a class -1.70
C++ "No appropriate default constructor available" +0.63
Some "can't find" issues, but the program in running fine -1.38
Why is the Console Closing after I've included cin.get()? -1.40
If volatile is useless for threading, why do atomic operations requ... -0.78
directory_iterator - make a copy to "rewind"? 0.00
A method using different flavors of it's own private members +1.17
C: Use fwrite() with variables in program +1.58
Template factory giving linker error and ignoring reference type 0.00
What does the 'L' in front a string mean in C++? -0.44
Errors in building C project in visual studio 2010 0.00
Conditions for copy elision? -0.95
Is it possible to have a static member variable in my templated cla... -0.79
Dynamic initialization phase of static variables +1.34
When is it required to return a reference from a function? +0.48
Is it possible declare a variable with different types in c++? +0.01
What is the cause of a segmentation fault error (signal name: SIGSE... +0.02
Union hack for endian testing and byte swapping -1.10
VS2010SP1: Project always out of date when debugging -0.43
Implementing General Tree 0.00
Using afx_msg in Qt with msvc2008 compiler -1.94
Matrix Arithmetic using Vectors in C++ causing segmentation faults -0.14
C++ Function is Inaccessible -1.41
Why do several of the standard operators not have standard functors? -0.20
declspec and stdcall vs declspec only -0.99
C++ Access violation writing location 0x0... setting int * -1.27
x86 asm: Help with disassembled code +1.50
scanf doesn't store proper information in structure 0.00