StackRating

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

Fanael

Rating
1591.37 (2,226th)
Reputation
6,255 (26,013th)
Page: 1 2
Title Δ
Expression 'i < 0' is always false +3.98
Does the C++17 standard guarantee that the address of a union is th... 0.00
Comparing two SQLite databases in C++ 0.00
Does "clang -S -emit-llvm file.cpp" run any other executa... 0.00
How to get address pointer of a member function 0.00
Cant initialize a std array into a std vector +5.01
std::remove_if using other class method -4.50
C++11: std::vector::shrink_to_fit complexity 0.00
Performance difference between else if( cond ) {} and else { if( co... +4.17
gcc generic march for all the x64 platforms 0.00
Port some code to GCC, have some problems with #pragma directives 0.00
Is codecvt not a std header? 0.00
Use stdlib functions without including stdlib.h -1.52
Is it possible to link modules optimized for size with modules opti... 0.00
Linking: making virtual address corresponding to file offset 0.00
Using integers as key in map which has enum key -1.50
64-bit G++ 4.6.3 doesn't treat longs as long longs in specialised f... +3.55
How to get element type from STL container instance? +3.25
How is the capacity of std::vector determined +3.37
How to get a formatted std::string in c++ without length liminations +4.27
How can I copy a part of an array to another array in C++? +3.98
'find' equivalent function for char* +3.92
Specifying 64-bit alignment +4.57
Uninitialized values behave as expected on Linux but not Windows -1.83
Comparing two strings C++ +4.71
Built in prime checking function +0.64
Makefile modification to support c++11 +0.03
Doc string facility in C++ +3.80
C++ VS2010 Compiler doesn't use 'push' for a simple function call 0.00
Is this undefined behavior or not? -2.35
What is the maximum number of dimensions allowed for an array in C++? 0.00
Incomplete type when compiling recursive template to call static me... 0.00
Is the register keyword still used? -0.14
How to load a single 32 bit floating-point into all eight positions... +3.86
OpenSSL AES wrong encryption +1.72
In which versions of the C++ standard does "(i+=10)+=10"... -3.70
delete pointers created by new in CallBack Function -0.89
sorting std::lists using std::sort +4.18
Error: "no match for operator+" , for list iterator +0.22
counting specific elements in array C++ 0.00
initializing char array with spaces +1.71
Will Compiler optimize malloc/free or new/delete pair into alloca +4.70
endl doesn't work with wstring (unicode) +4.05
How to prevent g++ from optimizing a loop? +0.05
assigning a value to a long long integers using gcc on sparc solaris +4.45
Reading a byte at certain position of a file in C++ +3.96
What type of pointer should I pass to a method in C++11? +0.40
Command Line Argument Counting +1.86
How can I get a function entry point in PE file -0.76
How to implement operator=() for a class that has a reference membe... +3.71