StackRating

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

Rene

Rating
1489.51 (4,423,627th)
Reputation
1,876 (88,968th)
Page: 1 2 3
Title Δ
How to open file with ofstream so that other users can append/write... -0.32
Why does this Makefile rebuild every time? 0.00
C++: why doesn't weak_ptr have a shared_ptr&& construct... 0.00
Unable to output vector with an ostream output C++ -0.84
CMake: How to specify directory where ctest should look for executa... -3.70
Why does cout.precision() increase floating-point's precision? -2.22
How to determine whether a return char pointer needs to be free in... +3.78
What is the fastest possible solution for concurent read/write into... +3.86
Getting invalig use of non static data member error in c++ 0.00
begin() and end() for STL algorithms +0.80
How to control value assigned by operator [] +4.30
Node search in Binary Tree overflows stack +2.35
How can one change the header comment auto generated by eclipse? 0.00
Why does the address of the first element in 'std::string'... 0.00
How to avoid using multiple threads for multiple clients in a C++11... +0.06
Store multiple floating point numbers in one variable and extract l... 0.00
C++ writing to file producing garbage data -0.52
How to check if thread has finished work in C++11 and above? -2.37
Practical code-friendly name for non-owning smart-pointer +4.19
How can I make GNU debugger gdb attach to a daemon when it starts/r... -0.11
C++ Program through CLion cannot find environment variable 0.00
C++, assigning value to vector::end? +0.45
Error: taking address of temporary 0.00
Why not call Destructor in C++? +1.81
Is there reverse of 'override' specifier in C++? -2.46
Assigning argv for testing purpose +4.35
Linking to shared boost library giving headaches 0.00
Avoid re-implementation of a method call in each derived class 0.00
C++ efficient way to map a group of integer variables to values +4.05
End to end testing framework for C++ application 0.00
how does this switch block executes? +4.09
invalid initialization of non-const reference of type ' ' f... 0.00
Copy constructor and assignemnt operator overload not working in C++ 0.00
Why Calling exit() at Singleton's destructor is causing an infi... +1.63
Erasing a struct element within a list -1.57
Composition error in c++ +0.04
Paragraphs comparison C++ 0.00
C++, Linker Issue returning undefined reference 0.00
Is there an advantage of non cuddled else (Stroustrup style) over c... +0.08
Is returning a functions value from a for-loop bad practice in C++? -2.25
Can I use the = operator to assign one object's values to anoth... +3.43
C++ multiple UDP socket data processing +3.92
Specialize if value of a variable is known/unknown at compile time 0.00
Is it possible to print the name of an object? -2.41
C++ Macro's Token-Paster as argument of a function +0.17
C++ multiple definition linking error with const declared in .h 0.00
Recieving "string subscript out of range" error 0.00
what is the standard way to do conversion based on the required typ... -0.10
Appending to a char array that has free space -4.05
How to "hide" a virtual method? (C++) -4.11