StackRating

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

Viktor Sehr

Rating
1461.38 (4,527,804th)
Reputation
8,609 (18,167th)
Page: 1 2 3 4
Title Δ
How to initialize a vector in c++ -0.04
How to declare this vector correctly? +0.86
Retrieve return value with lambda from boost::thread -0.15
What could be a proper data type for software version in C++? -0.31
What is the difference between creating a camera class and GLU.gluL... 0.00
Using C++ but not using the language's specific features, should sw... +0.55
Are these equally fast? (Map and List) +1.94
Can vector<T>::clear throw? +0.01
Achieving clean lambda functions in C++11 +0.00
What are the advantages of boost::noncopyable -0.10
Does anyone have a wrapper for STL algorithms, taking one container... 0.00
C++ Includes in a cycle -0.84
Enlightening Usage of C++11 decltype -0.76
What is the reasoning behind the different return types in string::... +0.09
OpenGL without a graphics card +0.07
implementation of size in standard containers -0.80
Should I use std::vector::at() in my code -0.58
Using find_if on a vector of object -0.86
When should I use templates instead of inheritance, and vice versa? -1.36
Why aren't there convenience functions for set_union, etc, which ta... -1.26
(Re)named std::pair members -0.88
C++ compile time function execution -0.50
Why are there no capacity argument in the constructors for the cont... 0.00
What is the fastest way to change a key of an element inside std::map +1.49
C++ STL unordered_map iterator problem -1.18
How to convert a number to string and vice versa in C++ -1.46
What is the preferred way in C++ for converting a builtin type (int... +0.42
How to convert pointer address to unsigned char array? -0.67
How do I insert into a map? -0.94
C++ designing containers and managing list return -0.92
design class aggregation - stack allocation vs dynamic memory alloc... -1.05
Mixing Boost FOREACH macro and OpenMP parallelization -1.06
How to handle missing 'emplace_range' in C++0x STL? -1.18
Writing a macro -1.37
Fast accessing pixel values of jpeg images -3.10
OpenGL: Sending RGBA color struct into glColor*() as one parameter? +4.45
Does it ever make sense to overload unary operator &? -0.13
Boost::Scoped_Ptr breaks code -3.19
Is there a way of applying a function to each member of a struct in... +1.32
lifetime of declaration within a loop +4.29
how to sort a set using a Functor +4.46
Is there a way to statically-initialize a dynamically-allocated arr... +1.11
Should we delete before or after erase for an pointer in the vector +4.32
What is the fastest portable way to copy an array in C++ -1.26
Can I detach a std::vector<char> from the data it contains? -3.58
Prettier syntax for "pointer to last element", std::vector? +0.06
Memory Management + containers -3.53
What ways can you create a string with 2000 "spaces" -3.13
How to fill memory fast with a `int32_t` value? -2.01
Function pointers working as closures in C++ +1.44