StackRating

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

R. Martinho Fernandes

Rating
1732.63 (64th)
Reputation
167,786 (309th)
Page: 1 ... 10 11 12 13 14 ... 25
Title Δ
C++ cast vector type in place -0.59
Deleting a char array doesn't seem to affect array at all +0.64
C++ reassign pointer then delete it +0.66
Singleton's instance and scoped_ptr 0.00
C++: How to copy a string object to an int array? +2.09
Why was the constructor interface of std::vector changed with C++11? +0.32
Are template arguments like 'T' always interpreted as per-value? +0.31
C++, can not copy 2 vectors to vector of pair -0.49
Global inequality comparisons for pair<> in C++ standard -1.75
C++, why am I getting access violations after modifying newly alloc... -0.14
encapsulation and pointers to objects 0.00
Number of Virtual tables and Virtual Pointers in a C++ Program +1.69
Get ASCII character from number in C/C++ -0.09
Why is arr and &arr the same? +1.26
Can I pass value of forward declared enum? 0.00
Supporting my_2D_Array[x][y] (double operator[]) on a const 2D arra... 0.00
Get element from arbitrary index in set 0.00
How to initialize a vector in c++ +0.55
OpenGL Calculating Normals (Quads) -0.32
Why are type_traits implemented with specialized template structs i... +1.19
auto foo(...) ->decltype(this) Is there some workaround? +1.35
Creating proper copy constructor for a dynamic 2d array +0.34
modifiable arrays +0.33
How can I allow my templated Vector allow types without a default (... -0.34
string.c_str() deallocation necessary? -1.47
Why does the use of 'new' cause memory leaks? +1.22
Invalid conversion of child class pointer -1.20
How does this conversion to bool work? 0.00
arbitrary value for enum variable -0.03
How to create a hash of hashes in C++? -0.19
auto from const std::vector<>&; object or reference? +1.06
Overload on << like cout error -0.18
Returning a pointer to an object from a list 0.00
Storing regular expessions within a variable (std::string) -0.19
How to get std::numeric_limits<char>::min() value? +0.28
c++ array new char [] with boost::shared_array? -0.82
Opengl glubyte array to integer value +0.08
Dev C++ gives different result in case of pointer address +0.26
C++11 Fun with initializer lists, arrays, and enumerations +1.71
#error gl.h included before glew.h +1.23
How do I declare an array with a custom class? +0.22
What is the type of a builtin datatype in C and C++? +0.71
How to Write the Range-based For-Loop With Argv? -0.07
Clarification on pointer to non-static class member +1.19
C++ I/O don't understand why there is -1 0.00
why fseek doesn't work? +0.35
Make g++ compile C using gcc rules +1.00
Assign to array that can allow NULL members, without using the heap? +1.34
Display their names in ascending order with respect to their ages? -0.44
BASE_OFFSET macro from Essential COM 0.00