| Title |
Δ |
| Overload bracket access and assignment C++
|
+0.98 |
| Can you give me examples of odd single line comments in C++?
|
-0.86 |
| When to use function-like macros in C
|
+0.77 |
| Walking a tree, parent first
|
+0.25 |
| Shifting elements in an array C++
|
-0.85 |
| Why is this string reversal C code causing a segmentation fault?
|
+1.33 |
| Do sequence points prevent code reordering across critical section...
|
+0.24 |
| Why was wchar_t invented?
|
-1.40 |
| Uses of C comma operator
|
+1.01 |
| Is there any danger in calling free() or delete instead of delete[]?
|
+0.03 |
| Deleting object with private destructor
|
+0.05 |
| Constant strings address
|
-0.69 |
| Is it okay to have a method declared an inline method if its has a...
|
+0.25 |
| Branchless code that maps zero, negative, and positive to 0, 1, 2
|
+0.46 |
| Why can you return from a non-void function without returning a val...
|
+0.82 |
| which cast is faster static_cast<int> () or int()
|
-0.00 |
| Is bool a native C type?
|
+1.45 |
| Unique random numbers in an integer array in the C programming lang...
|
+0.92 |
| function definition does not declare parameters
|
-0.92 |
| Nested class' access to enclosing class' private data members
|
+3.50 |
| Shift Left Logical <<
|
+1.11 |
| Why is (a | b ) equivalent to a - (a & b) + b?
|
+0.98 |
| strcpy when dest buffer is smaller than src buffer
|
-2.95 |
| Officially, what is typename for?
|
-1.12 |
| VS 2005 doesn't detect changes in header files of C++ project
|
+3.55 |
| Visual C++ standards compliance
|
+0.23 |
| Is there a standard function in C that would return the length of a...
|
-3.13 |
| What happens to a declared, uninitialized variable in C? Does it ha...
|
-0.06 |
| Logical xor operator in c++?
|
-0.39 |
| What is the meaning of leading underscores in a C++ constructor?
|
+2.25 |
| std::vector::clear() in constructor and destructor
|
-2.19 |
| Error trying to define a 1,024-bit (128 Byte) Bit Field
|
+1.03 |
| Templated Stl Containers
|
-2.89 |
| What is a neat way of breaking out of many for loops at once?
|
-3.33 |
| Assign a C++ out reference to something that was destroyed?
|
-1.91 |
| How to generate random 'greenish' colors
|
-1.31 |
| Copy Constructor and default constructor
|
+3.42 |
| C function syntax, parameter types declared after parameter list
|
+1.08 |
| Array of pointers initialization
|
+1.45 |
| C Question: Array declared inside a function cant exceed ~8MB of me...
|
-2.99 |
| Can looking at freed memory cause an access violation?
|
+3.23 |
| Using cin.get() to grab a line of text, then using it in a loop to...
|
+3.35 |
| unsigned char array to unsigned int back to unsigned char array via...
|
-2.13 |
| GDI+ Bitmap Save problem
|
-0.22 |
| Converting multidimensional arrays to pointers in c++
|
+3.58 |
| Do numbers need to be localized?
|
-4.00 |
| Populating Heap (malloc) with a string array
|
+0.44 |
| Is this the right approach for a thread-safe Queue class?
|
-2.49 |
| malloc code in C
|
+2.19 |
| Does d3d9.h include windows.h? (C++)
|
-4.32 |