StackRating

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

Tony Tannous

Rating
1497.45 (3,954,646th)
Reputation
6,074 (26,849th)
Page: 1 2 3 ... 6
Title Δ
C++ std::vector with values from multiple classes +0.51
Is it possible to initialize a vector of strings from an array? If... -0.16
Can't bind lvalue to rvalue in member function but ok in global... -1.46
Can someone explain fork()? -0.53
Why is function parameter always an lvalue? 0.00
How the linker find the correct library? 0.00
Symbol already defined 0.00
Why is the variable input2 = -1? +0.05
How to remove duplicated items in a sorted vector -0.44
Order of evaluation of expressions in a function call 0.00
Why is the end() element in Associative container print the same va... +2.40
What is the time complexity of this little code? +1.02
get g++ to warn on promotions 0.00
Initialize std::vector in a struct -1.42
deleting object pointed to by two differnet pointers +1.80
Why do I see people use for(;;) more than while(1) for infinite loo... +0.51
C++ : Size of the array didn't change even after deleting it +0.58
Is use of empty std::optional<string> UB or not? +0.65
Initialize child class before parent class without composition / de... -0.02
Still need -D_GLIBCXX_USE_CXX11_ABI=0 for c++ projects +2.81
What is the difference between fork() with else and without else 0.00
Algorithm is linear (O(n)) to size of input, but what if input size... +0.73
Can you use bitwise operators with enum classes without casting? +2.17
How to calculate time complexitiy? +0.50
Overwriting a char[ ] in C +0.52
Big-Oh Complexity T(n) = (log(n) +1)(log(n)+2) 0.00
Is there a way in C to copy all the files of a directory to another... 0.00
I have to arrange the elements in this array from greatest to small... 0.00
pass the sum by pointer, generates output error +1.15
Modern/2020 way to call C++ code from Python 0.00
g++ compiler not using precompiled header *.h.gch 0.00
What makes having an array of pointers to page table entries better... -1.92
why does my random number generator always start with a '1'? -1.30
Is else...if statement in C equals to else { if }? -1.07
What happens if we use extra parenthesis() in mathematical expressi... 0.00
Is it legal to use the insert member function to insert a range int... +2.29
Malloc'ed memory returned by function is not being freed +0.14
How to print vector <vector<int>> in c++? -0.79
Is there a reason for the child to not to print until the parent pr... -0.66
Does C preprocessor directives recompute each time? +2.95
How do local static variables work in method? +0.52
What is the page entry size in Linux? 0.00
How do i show a directory in c++? 0.00
Zombie process is not cleanup with waitpid call 0.00
How does linux manage concurrent file writing and renaming? +0.40
Is C++ a turing complete language? +1.96
Does exec directly jump to the new proccess it creates? Or by kerne... -1.92
Time complexity in big O notation of algorithms 0.00
C communicate parent and child to increase and print counter 0.00
Need help in fork() diagram +2.41