Title |
Δ |
static_cast dangling reference when downcasting
|
+0.44 |
Is it possible for the notifying thread to lock before the notified...
|
0.00 |
C++, can I overload assignment operator of a point of a class?
|
-0.06 |
C++ 2D array to function when size is variable
|
0.00 |
Argument resolution specific to NULL
|
-0.93 |
Different types for `std::sort` comparator in C++
|
+2.36 |
Where do I put constructor parameters when creating an instance of...
|
0.00 |
c++, Object of class changes when creating a new object
|
+0.48 |
An animated processing icon, pure C
|
0.00 |
scoping rule: two variables with the same name in the same scope
|
0.00 |
What does C++ do at the memory address of a variable to "deall...
|
+0.30 |
Can a loop create a new, different array each time it runs?
|
+1.04 |
Accessing struct data in better way
|
+0.32 |
Is the pointer holding dynamic variable in the stack or heap?
|
-1.48 |
Identifier not found and undeclared identifier
|
+0.01 |
Resolving circular dependencies from inheritance
|
-1.08 |
trying to +1 to random.seed() for every loop
|
0.00 |
How to assign a structure with a uin8_t array?
|
+1.36 |
Why doesn't unique_ptr::release() free allocated memory?
|
-2.11 |
Literal with number and unit in an algebraic expression as argument
|
-0.86 |
Class static variable initialization order
|
-1.17 |
Assuming a is double, is 2.0*a faster than 2*a?
|
+1.67 |
Controlling print outs in a program with command line argument
|
-0.11 |
What can be inputted in the following program to access the array?
|
0.00 |
Difference in erasing an element from a vector and a vector of pairs
|
+2.39 |
How can I run google death tests in debug only?
|
-0.35 |
Git - how to get the local changes instead of the remote
|
0.00 |
How to get a reference to a struct?
|
+0.45 |
how to add signal handler as method
|
+1.58 |
boost::any_cast to my custom class
|
0.00 |
Why does adding ".0" in C++ arithmetic functions give out...
|
+0.48 |
Which is the best way to print to the console in c++?
|
+0.73 |
Making shared_ptr lose ownership of memory
|
-0.01 |
Forward declaration outside class works, but not when nested
|
0.00 |
How to check a defined enum type variable in a class was assigned t...
|
+0.45 |
C++ Accessing a string in a vector in a vector
|
+2.07 |
Error while passing an object by reference to another class' co...
|
+1.54 |
Make -j (multiple jobs) with number specified doesn't work in QNX
|
0.00 |
what happens if I assign "reference to vector" to "v...
|
-0.52 |
C++ Best Practice: function to accept uint8_t, uint16_t, uint32_t,...
|
0.00 |
Custom sorting strings in c++
|
-1.72 |
why std::lock() supports deallock avoidence but std::try_lock() doe...
|
+1.28 |
C++ inheritance design: avoid member duplication
|
-0.40 |
Deleting all pointers to same object
|
0.00 |
Triangle pattern
|
-0.50 |
c++ passing by const pointer or reference to const pointer
|
-0.05 |
enum, classes, namespaces and long names
|
-0.61 |
Receiving a value-of-reference error when passing around variables...
|
0.00 |
Why the error in the c++ code while use cout/cin?
|
+0.30 |
What is the need of two insertion operators to print the values in...
|
0.00 |