StackRating

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

Puppy

Rating
1546.32 (9,128th)
Reputation
125,202 (510th)
Page: 1 ... 10 11 12 13 14 ... 70
Title Δ
Using cin>>"(variable created)"; as the pause option +1.33
Does a vector behave the same was as an array when dealing with poi... -0.10
A star algorithm without diagonal movement -0.03
VS2012 Using C++ Compiler Nov 2012 CTP (v120) Underlines False Errors 0.00
Convert Objective C "code blocks" to equivalent in C++ +1.09
Is there a way to tell what type a pointer is actually pointing to... +1.97
How to write custom input stream in C++ +0.33
Is it possible to create variables during runtime in c++ -0.20
How to access class member from inner union in C++ +1.61
A parallel for using std::thread? -0.49
access object of array of pointers from another class -1.53
Convert Object to std::unique_ptr +1.81
How can I code generate unused declarations with Clang? 0.00
C Run-Time CRT vs C++ Run-Time - heap memory management model +1.22
Clarification regarding claim that the class Safe is exception safe +1.03
Make a priority queue limit its memory in C++ -0.24
How to set up Clang to use MinGW libstdc++ 0.00
Reference with constant modifier +0.66
Syntax errors when passing string argument onto function 0.00
Why is calling non virtual member function on deleted pointer an un... +2.46
Best c++ method to store small amounts of data for later use -0.29
Creating multiple threads on the same hardware unit +0.47
STL algorithms: Why no additional interface for containers (additio... +1.05
Can't find identifier through Clang API but Clang can find it when... 0.00
Does using lambda functions to simulate lexical clousures have unfo... -0.56
C++. How to define template parameter of type T for class A when cl... +0.47
Ownership issue with Clang frontend API 0.00
How to write -> operator correctly when you only have a reference? 0.00
C++ Large in-memory object collections OK? -0.75
Visual C++ and the .NET Framework? -2.23
Events vs boost::function +0.45
Too much classes with the same concept -1.39
Should I worry about the alignment during pointer casting? +1.78
Move constructor in initializator list with a vector -1.85
Why is std::less a class template? -1.68
What is decltype(*it) for BidirectionalIterator? +1.05
C++ Terminal Closes on Enter +0.48
what are the differences between std::move and unique_ptr::reset? +0.12
Multithreading on Intel much slower than on AMD +0.46
Efficient Input Handling with std::vector buffers +1.09
What are the advantages of using nullptr? +1.54
c++ dangerous casting code +0.06
How to create union class structure? -2.03
How do I get LLVM types from Clang? 0.00
How can shared_ptr offer noexcept assignment? -1.53
C++ Error Handling - downside of using std::pair or std::tuple for... -1.81
Building LLVM fails with empty error message -1.82
Friendship Throughout Same Template Class 0.00
vector<const int> is not allowed. Why is pair<const int, i... -0.49
C++: *((SomeType*) 0 )? +1.13