Title |
Δ |
STL swap on return?
|
-0.97 |
E2321 Declaration does not specify a tag or an identifier
|
0.00 |
Updating a single value in a sorted data structure
|
-1.43 |
Something like a deque on large numbers of items, but small memory...
|
-0.01 |
Private inheritance using directive, overloads?
|
+2.03 |
error: expected unqualified-id before string constant
|
-2.14 |
Difference between these two functions that find Palindromes
|
-0.66 |
std::set<std::pair<size_t, std::string> >::find(), with...
|
+0.25 |
Loop without consuming too many CPU cycles and without sleep()?
|
+0.24 |
expected constructor, destructor, or type conversion before '&'...
|
+0.08 |
Using stl_tree.h on Android NDK results in "No such file or di...
|
+0.51 |
TIL that variable can be defined like a function call in C++
|
+0.48 |
C++: converting a container to a container of different yet compati...
|
-1.10 |
template partial specialization of static fields initialisation
|
+0.51 |
Is it okay to cast a pointer-to-member-variable in this instance?
|
-0.63 |
How to determine which compiler has been used to compile an executa...
|
-0.66 |
Testing for a maximum unsigned value
|
-0.07 |
How can I increase performance on this MFC code?
|
+1.17 |
Code only runs properly if debugging step-by-step
|
+0.38 |
segmentation fault produced by tests running under CppUnit
|
+2.07 |
Introducing smart pointers into a legacy project
|
+0.17 |
Why can't the compiler differentiate between typedef and non-typedef?
|
-0.31 |
Namespace for a single method c++
|
-0.96 |
gcc error message repository
|
+2.51 |
C++: seeding random number generator outside of main()
|
+1.02 |
Visual Studio C++ 2008 / 2010 - break on float NaN
|
-0.17 |
Nested if-statements C++
|
+1.25 |
C++ "File format not recognized"?
|
0.00 |
Initializing a dynamic memory array in a class
|
+0.03 |
implementing an abstract base class function in another template ba...
|
+0.56 |
C++: Creating a shared object rather than a shared pointer to an ob...
|
-0.98 |
Building large application on Solaris is hanging without any inform...
|
-0.03 |
Converting from unsigned long long to float with round to nearest e...
|
+0.49 |
argument of type 'void (ClassName::)(QString&)' does not match...
|
-0.90 |
Overloading + inside a class - Debug Assertion Fail!
|
-0.75 |
Forward Declaration of Class, Function
|
-0.01 |
Debugging error in STL
|
+0.06 |
Why initializing data at global scope by passing it to some functio...
|
+2.17 |
Is this container implementation totally sensible?
|
-1.39 |
C++: Return child class pointer
|
-0.79 |
Is there any way to replace a function in a library?
|
+0.35 |
Correct alternative to a 'mutable function' in c++
|
-0.09 |
"expected ':', ',', ';', '}' or '__attribute__' before '{' tok...
|
+0.24 |
Inserting into a vector at the front
|
-0.01 |
First character disappearing in ifstream
|
+0.19 |
How to 'cout' the correct number of decimal places of a double value?
|
-0.08 |
overloaded streams and arithmetic operations problem
|
-0.72 |
Are there differences between explicit type conversion "operat...
|
-1.77 |
Use std::vector to construct a object and use it
|
-2.19 |
Effective data structure for both deleteMin and search by key opera...
|
+0.08 |