StackRating

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

Waqar

Rating
1510.74 (66,124th)
Reputation
552 (252,385th)
Page: 1 2 3 ... 5
Title Δ
Opening and writing files in qt 0.00
Vector of pointers: Why does changing the pointer externally not ch... +1.37
Is it legal to use the insert member function to insert a range int... +0.45
Why is std::remove_reference used in std::move? +1.72
Why are clang and GCC not using xchg to implement std::swap? -1.51
Doubts about classes and polymorphism -1.53
C++ Vector become empty in instance class after pushing some data -0.66
Program to search if a number is contained in a 3x3 array only find... +0.50
Passing function into function with std::function and template argu... 0.00
Wrong sign conversion when converting IPv4 address to std::array of... +2.79
I got error deprecated conversion froms string constant to char ? c... 0.00
Invalid pointer calling destructor on pointer to object containing... 0.00
c++ variable size stack array in function that get const -2.10
Where is this array value coming from? 0.00
How to build one executable including two directories at the same l... -0.05
C++ error when instantiating a vector of int arrays (vector<arra... +0.20
why Copy Constructor was executed here -0.59
Confusion between uint8_t and unsigned char +2.50
No warning from CMake when not including sources with `target_sourc... 0.00
How to pass an object of a class with a string data member to anoth... 0.00
Assign char address to an int pointer, and consequently write an in... -0.62
How can I implement a function take as some optional parameters in... -0.03
Why can we not declare a deduction guide outside an inline namespace? +3.14
pointers to member functions with move semantics -0.57
Is converting decltype's expression from constant l-value into... +2.81
Using QProcess with only arguments -1.46
Why does lambda capture by reference is still working with dangling... +0.47
Get address of const method 0.00
How can I prevent overshadowing during ADL? +2.45
How can i access my second class through the Main function? 0.00
references and pointers in the context of C++ classes 0.00
best practice - where should const data for the class should be def... +0.43
Question about constructor matching and implicit conversion 0.00
How to show selected text different from list text in QComboBox? -2.03
Using nested if statements vs logical operator && in c++ +1.20
match a short string within a long string in c++ 0.00
Can someone explain this C++ code to me which is part of LinkedList... 0.00
code running perfectly fine in clion, 10 errors generated in the te... 0.00
clang: error: unknown argument: '-fno-leading-underscore' 0.00
Is there any better way to implement the try..catch mechanism? +2.44
Deserializing QByteArray with known QMetaType::Type into QVariant 0.00
c++ multiple if statements. Why else statement also executes? +1.27
What happens behind the scenes when manually calling a constructor... +1.62
Flight destination check programm - C++ +1.20
C++ templates - implementing outside the class 0.00
Difference between a pointer to a standalone and a friend function +0.93
What should i do to optimize this C++ code? I don't have any id... 0.00
String fundamentals 0.00
c++ parameter as const T vs const T& +2.41
Does the CRC calculation trick using subtraction to avoid condition... -1.65