StackRating

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

AshleysBrain

Rating
1534.53 (14,959th)
Reputation
16,870 (8,224th)
Page: 1 2 3 4 5 6
Title Δ
placement new to defer to a different constructor +3.77
Loading PNG textures to OpenGL -3.15
How to std::find using a Compare object? -2.45
Tearing in OpenGL? +5.64
Difference between a virtual function and a pure virtual function -2.82
Why doesn't free(p) set p to NULL? +2.84
Dynamic linking in Visual Studio +3.69
Will unused destructor be optimized out? +2.90
C++ Templates: implicit conversion, no matching function for call t... +4.62
C++ STL containers +2.16
Visual Studio C++ adds "junk" to my programs +1.02
STL algorithms and concurrent programming -4.64
Problem with std::ostringstream -0.10
Speed accessing a std::vector by iterator vs by operator[]/index? +4.15
Should a method that waits for a change of state be const? -4.17
Why can I call a non-const member function pointer from a const met... +2.79
How can I pass a C++ member function to a C API as a parameter +3.97
Use of iterators over array indices -3.34
Run codes for only 60 times each second +3.97
Can I use Visual Studio 2010's C++ compiler with Visual Studio 2008... 0.00
Is it good practice to generally make heavyweight classes non-copya... +0.77
is const (c++) optional? +1.19
Visual C++ 9 compiler options to make the program run faster +2.63
Does the compiler optimize the function parameters passed by value? -2.23
Does std::vector change its address? How to avoid +3.39
Reusing a vector in C++ +0.14
getting around const in an init method -3.80
Getting back into C/C++ after several years -2.58
Check if Computer supports SSE2 in c++ +0.77
Why doesn't the C++ default destructor destroy my objects? -3.10
Retrieving a resource file from an exe +4.49
Function pointers and unknown number of arguments in C++ -0.88
All things equal what is the fastest way to output data to disk in... +3.13
Pointer to a class member +2.14
Does std::vector call the swap function when growing? Always or onl... +2.33
Am I using delete correctly here? +2.91
is there a new equalivant of _malloca +0.43
Question about running a program at same speed in any computer +0.61
Does splitting C++ code into multiple translation units introduce o... +1.83
Fast 64 bit comparison +3.97
Header file best practices for typedefs 0.00
Avoiding Calls to floor() +4.17
why implicit conversion is harmful in C++ -3.14
Question about exact time of destruction of temporaries in C++ +4.94
Is there any real point compiling a Windows application as 64-bit? +0.75
How does the delete in C++ know how many memory locations to delete -0.59
Can objects be unwinded before they are created on stack? +2.23
casting operator - const vs non-const +4.61
Can I measure the necessary buffer for sprintf in Microsoft C++? +4.28
What is the difference between using a struct with two fields and a... +4.61