Title |
Δ |
Packing Floats into a long long
|
+0.23 |
count class instances for every derived class
|
+1.01 |
python algorithm: how to efficiently find if two integer sets are i...
|
+0.83 |
Why do I have to access template base class members through the thi...
|
+0.70 |
Copy constructor is not called for copy-initialization or optimized?
|
+1.34 |
Finding all perfect squares of the form XXYY
|
+0.64 |
Storing C++ templated objects as same type
|
+1.22 |
How do the stream manipulators work?
|
-1.78 |
Empty Data Member Optimization: would it be possible?
|
+0.71 |
Does C++ require a destructor call for each placement new?
|
+0.58 |
How can I get the size of a C++ function?
|
+0.67 |
Algorithmic riddle: sequence with random access, insertion and remo...
|
-0.71 |
passing a character to char *
|
-0.08 |
typedef fixed length array
|
-1.77 |
What's the right way to handle "One, Both, or None" logic?
|
-0.66 |
Problems faced when writing a compiler for C
|
-0.19 |
Is it not possible to make a C++ application "Crash Proof"?
|
-0.37 |
C question: off_t (and other signed integer types) minimum and maxi...
|
-0.96 |
Anonymous namespaces: Are they really that great?
|
0.00 |
Can a "future-safe" compare operator be crafted in C++?
|
-1.92 |
How much time should it take to find the sum of all prime numbers l...
|
-0.17 |
What are these so-called 'disasters' that improper use of pointers...
|
+0.33 |
Accessing an object in operator new
|
+0.99 |
UTF8 support on cross platform C application
|
-1.43 |
Why new is an operator not a function?
|
-1.22 |
why O(1) != O(log(n)) ? for n=[integer, long, ...]
|
+0.91 |
Is there a usecase for nested classes?
|
-0.49 |
Exception Safety- When, How, Why?
|
+0.88 |
C++: overloading list.end() and list.begin() methods for constant i...
|
+0.59 |
Can a C/C++ compiler legally cache a variable in a register across...
|
+0.95 |
Which cast to use; static_cast or reinterpret_cast?
|
+1.29 |
Way to represent a top 10 list with tie breakers as a single numeri...
|
+0.80 |
Why can't we use double pointer to represent two dimensional arrays?
|
-0.24 |
Simple Algorithm Question
|
+0.25 |
friend classes with pointers to each other
|
-0.37 |
Narrowing conversions in C++0x. Is it just me, or does this sound l...
|
-1.32 |
What's better in that context - `for` or `while`
|
+0.64 |
Linked List - Error
|
+0.42 |
Why can't anonymous unions contain members with non-trivial constru...
|
-1.18 |
Functor vs template parameters
|
+1.46 |
Does Linux automatically free an unnamed pipe once both file descri...
|
+0.54 |
Garbage collector that would work outside my app?
|
-0.93 |
Compare part of sha1 digest with hex string in C
|
-0.55 |
How to remove buffer created in such way?
|
-0.68 |
when does the memory, pointed by (char *) as function parameter get...
|
+1.02 |
Find the first occurence of char c in char *s or return -1
|
-0.01 |
Given three points on a tetrahedron, Find the 4th
|
-0.20 |
C++ boost - Is there a container working like a queue with direct k...
|
+0.26 |
Construct object with itself as reference?
|
-0.23 |
Is it thread-safe to strcmp?
|
+0.03 |