StackRating

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

Emilio Garavaglia

Rating
1461.49 (4,527,725th)
Reputation
16,748 (8,298th)
Page: 1 ... 8 9 10 11 12
Title Δ
Check if all characters in UTF16 string are valid? -1.63
How to start object orient programming in C++? -0.90
How is the std::tr1::shared_ptr implemented? +2.45
C++ Integer, Binary and Decimal classes +0.54
Copy part of a class -0.34
Are there advantages to the C approach over the C++ approach at tim... -0.44
Is this a valid alternative to the double checked locking? +1.60
Using char for small integer (C++) -0.53
issue related to const and pointers +1.86
Most Elegant Way to Get Around This Polymorphism Issue -0.92
Pointer on vector of vector and iterator -0.77
Is the pImpl idiom really used in practice? -0.05
malloc & placement new vs. new -0.56
Common code to iterate through different types of collections -0.04
(C/C++) return EXIT_SUCCESS or 0 from main? +0.51
How to read the standard istream buffer in c++? +0.04
Simple checklist to avoid memory leaks in c++ -0.70
Deleting individual byte in a memory field (array) +1.32
What does 'has virtual method ... but non-virtual destructor' warni... -1.61
What is the fastest way to zero an existing array? +0.77
Convert non-null-terminated char* to int 0.00
O'Reilly's "Objective-C Pocket Reference" claims C++ does... +1.44
What is proper way to delete objects that resides in a list that yo... -1.67
operator<< overload for smart pointers +2.19
Suggestion on C++ object serialization techniques -1.51
Is there a TryParse equivalent in C++ (gcc)? +2.22
std library mapping to boost library +1.06
Specifying template arguments from variables in C++ +0.07
Find top log(n) or top sqt(n) values in an array of integers +5.59
store two different classes (with same inherited base class) in sam... -1.84
What is the maximum size of the map object in c++ and java? +2.18
Why is one loop so much slower than two loops? -0.17
Rectangles intersections +4.49
iterate an STL container not from the .begin()ing and wrap around +4.82
C/C++ linker order for multiple defined symbols -3.08
Using the power of virtual functions -1.28
Dynamic Object in C++? -0.76
STL Containers and Binary Interface Compatibility +2.14
Entering values in map with a struct as key +4.50
Is "for(;;)" idiom for infinite loop correctly attributed... +3.08
Passing functor object by value vs by reference (C++) -1.03
Reading from a file into a data structure in C++ -3.03
C++ Concepts Acessing public methods -3.39
How do I pass a unique_ptr argument to a constructor or a function? -2.62
Advantage to using a Window instead of a Dialog 0.00
Resource that briefly describe the C and C++ standards +3.30
Why is C4265 Visual C++ warning (virtual member function and no vir... -3.28
What are the disadvantages of "upcasting"? -1.88
must a mutex be used to "get" values from an array? -0.49
Event Based == Asynchronous? +1.65