StackRating

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

AraK

Rating
1593.60 (2,091st)
Reputation
66,479 (1,327th)
Page: 1 2 3 ... 11
Title Δ
C++ virtual method only works for base class pointers -0.98
What does this typedef mean and what is it good for? -2.07
What does "ClassName objName; objName(1);" mean? -0.17
The best design for a command-line tool 0.00
Compiling Helper file with functions -1.95
Is C++ context-free or context-sensitive? +0.28
Deadlock - Transfer Program +0.91
there is no heap in c? +0.27
I have an issue with set.union (C++) 0.00
suggestion for a C++ Datastructure with Two Column and supporting C... -0.46
(C++) Reading digits from text file -1.72
std::pair and class destructors -1.41
In C++11 is sqrt defined as constexpr? +2.17
In C++, is it possible to get the return type of a function in orde... -1.15
How many random / sequential access per fread / fwrite? -1.11
rand with seed does not return random if function looped +1.77
C++ What's wrong with my array/loop? +0.31
Calling Parent class method, from an object pointer? +0.36
Extracting variables from text file (C++) +0.34
Compiling gcc 4.7 on windows +1.84
C++ -- fastest way to set an array of floats to the same value +0.26
taking command line input in different ways +0.10
random picker function using variadic templates -- is it possible? +1.47
Cout not printing number -0.76
What is the meaning of u8R"delim(SomeTextInHere)delim" in... +2.09
Can't initialize friend function operator << -0.06
Using protected static variable in another file -0.93
Template specialization for a range of values +0.56
Is it considered good practice to change the protection level of a... +0.14
Is it defined to provide an inverted range to C++ standard algorith... -0.56
operator<< overload in C++ for a class in class 0.00
cout vs printf -- order of execution +0.98
Auto delete object while cycling vector -1.42
Is there a range class in C++11 for use with range based for loops? -0.86
Why is it undefined behavior to delete[] an array of derived object... -1.15
How to allocate memory space without using malloc or new operator? +0.74
C++ functions problem +1.94
Number of sub-sequences in a given sequence +0.53
How to improve time complexity of this algorithm +0.92
A data structure supporting O(1) random access and worst-case O(1)... -1.06
Base-from-Member Idiom in C++ +0.35
why this code dont work? why do i need the return type to be a refe... -0.80
Unsigned hexadecimal constant in C? -1.38
Sharing data generated by one thread with an array of other threads -0.15
Construction from Array +1.30
c++ allocate array syntax question +0.76
are programs coded separately for different operating systems? +1.34
initialize array size from another array value +0.37
Should I make OR operator to return const reference or just reference -1.83
Is there any reason to use auto_ptr? +0.16