StackRating

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

BoBTFish

Rating
1681.72 (242nd)
Reputation
14,861 (9,495th)
Page: 1 2 3 4 5 6
Title Δ
Passing an array of pointers and return an array of values pointed... +1.16
CodeBloks C++ Error: Was not declared in the scope -0.07
less than comparison for void pointers +0.84
Must return value, Function Overloading +0.75
Unable to delete the whole array in C++...if i try to display the a... +0.29
Can pop_back() ever reduce the capacity of a vector? (C++) +0.32
what is the difference between (*object)[0] and (*object)[1] 0.00
C++ Does File Scope Become Global to Entire Program on Compile? +1.33
Why does auto a=1; compile in C? +0.50
is isnan preserved when asigning to different size FP type. +1.75
Getting random unique integers in C++ -0.36
Why does cout << &r give different output than cout <&... +1.76
Count different element of an array +0.31
C++ : Class templates, linker errors, and unresolved symbols 0.00
C++ ifstream type error -0.18
Dump hex float in C++ +0.46
what is this para about on function objects 0.00
how to input array of words c++ +0.32
C++ loop through map while erasing +1.22
C++: The order of std::cout +0.31
Counting newlines in a file 0.00
what's the meaning of (base->*&Func)() in C++ -2.82
Clang and the 'override' keyword in derived template classes 0.00
Return value in If-else statement - C++ +2.65
stl - Is a string a vector? +3.17
Concept and GCC implementation of std::vector +1.97
How to check what return functions and correctly calculate chars +0.26
istream behavior change in C++ upon failure 0.00
Why does this code not switch cin and cout with file streams? +2.72
c++ dynamic array problems +2.77
write string in file with spaces 0.00
cpp deleting old pointer and re-initializing it +2.14
C++ code involving vector works fine on visual studio and not on li... +0.71
Error with listing words without vowels +0.66
Ways of converting wstring to double with error checking 0.00
Iterating through an STL map with an iterator by different threads 0.00
Some Simple C++ Questions +0.88
How to search words that contain more than three of the same letter... -0.31
calling a function of template parameter in c++11 where template pa... +2.20
cout doesn't display anything in terminal 0.00
why this program is crashing +2.81
Using Range-Based For Loops with Char Pointer String +2.77
Why are double values stored in an array disappearing? +3.68
std::vector<bool> with only one true element 0.00
Template specialization causes linking error with MinGW on Windows... +2.61
use std::fill to populate vector with increasing numbers +3.15
can a C++ function return an object with a constructor and a destru... +4.13
Trying count distinct strings, whats going wrong 0.00
Correctly pad negative integers with zeros with std::cout 0.00
C++: cin >> *char +3.03