StackRating

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

ChrisMM

Rating
1557.62 (6,053rd)
Reputation
38 (1,192,671st)
Page: 1 2 3 ... 4
Title Δ
MSVC's standard library does not define spaceship operator for... 0.00
C++ Unit Test in Visual Studio 2019 -0.39
Check if object is in scope 0.00
How can I convert char* to long string to use it in FindFirstFile f... +0.30
Object going out of scope and destructor called causing the pointer... 0.00
Error cannot convert 'std::string {aka std::basic_string<cha... -0.08
Promotion vs. conversion during function overload resolution 0.00
Why is my out_of_range exception not being caught +1.22
Want my program to enrypt information by shifting english alphabet... 0.00
Language supported in Visual studio for C++ __cplusplus is showing... 0.00
Validating if a JSON object is present in a file with nlohmann JSON... 0.00
Overloaded child class function cannot call parent of similar name +1.92
are instructions coded wisely in that leap year program in c++? 0.00
Dynamically allocated array not copying correctly 0.00
Why does pow() work without typing "using std::pow();" or... 0.00
Transforming std::map into ordered std::vector 0.00
Form minimum number from the given sequence of I's and D's 0.00
C++ I need to understand where to use pointers and double pointers 0.00
Problems with std::cin.fail() 0.00
how to return multiple values of struct from get function in c++? 0.00
Why am I getting error code C2276 while using void functions? 0.00
how do you write your class's data to wostringstream in c++ 0.00
Sorting a std::vector with elements of type pair<int, string>... -0.08
C++: What is the order of destructor call with methods? 0.00
Removing spaces from String using another string +0.93
Are char ch[][] and char *ch[] both are same +2.35
How to free a vector? +0.23
Editing a string to include variables between brackets c++ +0.95
Can't construct from std::initializer_list when privately inher... +2.95
How do I sort rest of the elements that I insert in a list by keepi... +1.62
How to change Vector Objects into different colours? 0.00
How to access 2D vector having map? 0.00
What is the behaviour of lParam when WM_KEYDOWN message recived? 0.00
Difference between const reference and reference -1.80
C++ operator overloading not possible with ** -0.57
Does map store elements as std::pair? -0.93
RELEASE DEBUG in CMake 0.00
Move constructor and move assignment operator throw error when set... 0.00
Why are both of my arrays are in reverse order when I only intend t... 0.00
noexcept operator compile-time check -0.98
Is this a proper implementation of binary search? And has this prog... 0.00
Can I use vector sort function in my own struct? always compiler er... +0.04
Why i can not create vector objects from text file? 0.00
What does operator++ do on a forward iterator 0.00
Error C2955 while implementing a struct/template class based Linked... 0.00
Base Class object array pointing to an instance of derived class sy... +0.42
I am doing a CoinToss game but I am I don't know where my error... 0.00
sstream class to read integers from character array +0.42
How to initialize all variables from a namespace in one class 0.00
Why is the loop not breaking? -0.02