StackRating

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

Galik

Rating
1567.06 (4,437th)
Reputation
35,753 (3,206th)
Page: 1 ... 9 10 11 12 13 ... 24
Title Δ
Using string literals without using namespace std -0.17
Why can't I use an if statement instead of using assert in C++? +0.47
Using std::regex to filter input -0.55
What is the advantage of passing by reference to shared_ptr over pa... +1.78
How to store a list of smart pointers inside a c++ class? -0.85
How to display two functions next to each other in C++? +2.08
Get the http response for a URL in C++ +0.23
How do I change the order in automake's CXXLINK? -0.05
Should I use a deque or vector to store huge deques in C++? -0.61
Netbeans C++ not printing UTF-8 characters 0.00
Split string into key-value pairs (map) C++ +0.50
What is the fastest way to resize std::string? 0.00
How to assign istringstream and ifstream to an istream variable? -0.91
Difference between func() and (*this).func() in C++ +1.11
Use of find vs. at in map / unordered_map +0.45
How to create random function in Microsoft VS 0.00
How to limit FPS in a loop with C++? -0.88
How to cleanse (overwrite with random bytes) std::string internal b... +1.69
Issues with strings and char arrays in C++ 0.00
Eclipse Indigo CDT code completion 0.00
Is it alright to put data members in an interface? +0.76
How to get IO error messages when creating a file in C++? -1.52
Is there a good idiom to deal with alternative output streams? -0.84
Deleting a heap allocated 2-dimensional vector +2.24
Realloc creates dangling pointers? -0.55
Select specific elements from a vector -0.86
Succesive random numbers in a range +0.46
Why delete pointer to stack is error? +0.31
Is there a way to return an abstraction from a function without usi... +1.29
Division (C++) CodeBlocks 0.00
Moved objects are still destructed? -0.93
Cannot read integers from file correctly C++ -0.53
Transform into a const vector -1.93
Why doesn't std::queue shrink its memory after popping elements? -1.54
Can we add CV-qualifiers to the arguments of main? +2.73
why we use "const char* const* argv" instead of "cha... -0.32
Seamlessly know the size of a string containing a null char -1.08
C++ code works, but seems very inefficient -2.17
Why use a raw pointer instead of a smart pointer? -1.18
Filling a vector in order using threads in C++ -1.68
What advantages do arrays hold over vectors? +0.81
Data race with std::unordered_map, despite locking insertions with... +1.70
Why are references not "const" in C++? +1.48
C++ - 'localtime' this function or variable may be unsafe -0.55
Unique pointer still holds the object after moving -0.89
How to use Unicode range in C++ regex 0.00
How do I prevent the memory loose from unique_ptr -0.55
Using a mutex to block execution from outside the critical section +1.79
What happens to the value of a floating point number when it's... 0.00
How is the recursive call to destructor made in linked list? +0.69