StackRating

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

paercebal

Rating
1583.69 (2,704th)
Reputation
65,279 (1,359th)
Page: 1 2 3 4 5 6
Title Δ
Simple C++ function -- Is this code "good"? -0.03
What is the performance implication of converting to bool in C++? +3.23
static const Member Value vs. Member enum : Which Method is Better... -3.58
Converting a char string to its underlying data type +0.66
Pros & Cons of putting all code in Header files in C++? +2.90
atoi() conversion error -1.91
What's the Difference Between func(int &param) and func(int *pa... -2.71
C++ : Finding out decorated names +3.58
Best practices for handling variable size arrays in c / c++? -2.06
Is the destructor called if the constructor throws an exception? +3.65
Are data members allocated in the same memory space as their object... +1.87
Default parameters with C++ constructors +1.15
static variables in an inlined function +3.19
What is the best comment in source code you have ever encountered? +2.40
Your preferred C/C++ header policy for big projects? +2.00
What is the best way of implementing assertion checking in C++? +0.75
Isn't saying "C/C++" wrong? +1.33
C++ #include semantics 0.00
Iterators.. why use them? +3.57
Greasemonkey: love it or hate it? -2.03
Can I use the STL if I cannot afford the slow performance when exce... 0.00
RAII vs. exceptions +0.34
What Does It Mean For a C++ Function To Be Inline? -1.46
AI Applications in C++: How costly are virtual functions? What are... -0.97
Do-While and if-else statements in C/C++ macros +0.75
Passing in a text to a javascript function that may have a single q... -1.61
*.h or *.hpp for your class definitions +2.84
Side effects of calling RegisterWindow multiple times with same win... +3.57
Is writing "this." before instance variable and methods g... -0.50
Visual Studio support for new C / C++ standards? +2.36
Default pass-by-reference semantics in C++ +3.43
Benefits of inline functions in C++? +3.75
C++ performance vs. Java/C# +3.62
What you think about throwing an exception for not found in C++? +0.53
Is it OK to have an 'empty' class that extends another class? +1.77
Should one prefer STL algorithms over hand-rolled loops? +2.65
#ifdef vs #if - which is better/safer as a method for enabling/disa... -0.73
Returning a const reference to an object instead of a copy +2.70
Finalizer launched while its object was still being used -4.27
Finalizer launched while its object was still being used -0.84
Should I use #define, enum or const? +2.98
Is this C++ structure initialization trick safe? +3.70
Cleaning up Legacy Code "header spaghetti" +0.72
Needless pointer-casts in C +3.00
Data structure for assembly code? [research] -2.96
Is it a good (correct) way to encapsulate a collection? +1.40
GCC - "expected unqualified-id before ')' token" -1.43
Which, and why, do you prefer Exceptions or Return codes? +3.75
Advantage of switch over if-else statement +2.51
C++ API for returning sequences in a generic way +2.08