| Title |
Δ |
| initializing const variables after the declaration C++
|
+0.41 |
| strlen performance implementation
|
+0.95 |
| Does a string literal count as a partial initializer and zero-initi...
|
-1.92 |
| why padding is not happening in this case?
|
-0.83 |
| Correct #if functionality
|
+0.59 |
| std::vector works with classes that are not default constructible?
|
-0.57 |
| Memory allocation of a local initialized string array
|
-0.18 |
| Expected object construction is missing
|
+0.31 |
| What exactly happens when returning const reference to a local obje...
|
+1.08 |
| Are the literal and constant the same concept in C?
|
+0.79 |
| In C, is it ever safe to cast a variadic function pointer to a func...
|
+0.31 |
| better method for initializing array
|
+1.67 |
| Segmentation fault at the end of destructor
|
-0.32 |
| Can all recursive functions be re-written as tail-recursions?
|
-0.61 |
| modulo c++ math way
|
-0.11 |
| Extern functions in C vs C++
|
+0.64 |
| Heap sort or quick sort better one?
|
+0.30 |
| The third way to load Dynamic-Link Libraries? Pin
|
+1.47 |
| What's the simplest "unused" code that won't be optimized...
|
+1.32 |
| Default values for arguments in C
|
0.00 |
| Call Stack - while a function returns reference of local variable t...
|
+0.08 |
| Divide a number by 3 without using *, /, +, -, % operators
|
+0.01 |
| Virtual inheritance vs. non-default constructors
|
+0.48 |
| Parent class has a Virtual function. Is it necessary to have a virt...
|
+0.00 |
| Is there a clean continuation line in C++ similar to C# @"Text...
|
+1.45 |
| Why does C++ accept multiple prefixes but not postfixes for a varia...
|
-1.33 |
| is there any circumstance under which valid C code will not compile...
|
-2.03 |
| Error message in C
|
0.00 |
| why doesn't strlen (..) expect const char* const str instead of con...
|
+1.86 |
| why is the compiler treating character as an integer?
|
-0.85 |
| Changing a variable though a pointer to a structure pointer
|
-0.50 |
| Area of Intersection of Two Rotated Rectangles
|
+0.23 |
| offsetof() of nested C struct in C++
|
-2.39 |
| Not simple, converting long long from a char[8]
|
+0.95 |
| Must size() == end() - begin()? What about the cast?
|
-2.38 |
| bit shift - shifting a shifted value
|
-1.85 |
| Why does this statement give an error?
|
+1.47 |
| What is the fastest way to find longest 'consecutive numbers' strea...
|
-0.20 |
| Explain the result of sizeof operator for a union containing struct...
|
+0.64 |
| for_each call will not work with vector of pointers
|
+0.08 |
| Comparing objects using bool operator==
|
-2.35 |
| C - when to use pointer arithmetic, when to use array indexing?
|
-1.07 |
| What will be the Output of the following code written in ā Cā?
|
+0.71 |
| How does C limit a static function's use to only its file?
|
+0.66 |
| Point laying near line
|
-2.88 |
| Why constructor is called only once?
|
+0.80 |
| If argv[] is an array of pointer, how could printf("%s",...
|
+0.88 |
| Getting the size of the object void* is pointing to
|
+0.95 |
| Why does scanf("%i",a) not take binary like 0b101?
|
0.00 |
| Does for loop in c only can have one statement?
|
+1.57 |