StackRating

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

Oblivion

Rating
1511.47 (61,798th)
Reputation
519 (265,348th)
Page: 1 2 3 4 5 6
Title Δ
Clean destruction of a vector of dynamically alocated objects 0.00
How to convert hex into dec string in C++? 0.00
How can I synchronize threads within warp in conditional while stat... 0.00
If statements with multiple variables -4.15
c++ static array declaration from function parameter -1.71
Can I develop for both Android and iOS on a Windows 10 machine usin... 0.00
How could one copy union simple members with memcpy? +3.91
std::unordered_set of enum, calling find gives segmentation fault 0.00
Is cudaSetDevice() numbering consistent across processes? 0.00
why we are not using semicolon after header files 0.00
C++: Using shared_ptr<...> over raw ptr 0.00
Array of strings in C++ for parallelization +3.91
Why does this code not create a race-condition? +1.26
How can I input data to array and print them through function? -2.80
Which memory space does cudaMalloc allocate memory in? 0.00
How to open and later close another program from c++ in another ter... -0.01
How do I get the current day of week in C++ using date.h? -4.21
when trying to construct an Array of ints with a template for a Arr... +5.10
Can I check a small array of bools in one go? +0.51
is it safe to use the same mutex with lock_gard and without it in o... -3.86
What's the point of passing address of pointer to function that... +3.02
Error while counting number of occurrences of a character in a string 0.00
How to understand "vector<int> avector (arr, arr + sizeo... -3.71
Can't bitshift a char more than 32 bits into unsigned long long 0.00
Why can't I use push_back in this scenario? +3.96
I get an error when trying to make a vector of classes inside of th... -3.52
How to fix overloading variables error for vectors in c++ 0.00
Removing duplicates from an array of numbers +1.20
What is the type of a multidim array in shared_ptr? 0.00
C++: OpenMP parallel loop memory leaks +4.05
Can I allocate `std::array` on stack without knowing size at compil... -0.86
Is there an blockIdx equivalent for thread_groups or thread_block_t... 0.00
Problem with writing elements of an array using the pointer -0.53
C++ Sorting an array with multiple value types using a single funct... 0.00
Returning Iterators +1.00
Why can't allocate stack memory dynamically in visual c++? but... -1.45
How to add the path of CUDA compiler in CMake under WSL? 0.00
virtual destructor for pure abstract class -1.62
Why can't include <iostream> be automatically included in... -2.81
Static Initialize of Vector w/ Structure w/ char buffer[] -1.75
Keep track of smart pointer in vector -3.65
Is that OK if I unlock a mutex before I lock it? -2.10
When to have class member on heap vs stack? 0.00
Compare value between 2 threads in CUDA 0.00
In cuda, is it possible to write dense array from sparse array with... +5.46
Array storage in memory 0.00
C++ redefinition link error when not using "inline" or &q... 0.00
"Rename" member variables in derived classes -3.81
Change/update value using std::map const_iterator -1.30
Does calling methods inside methods cause overhead? -2.21