Title |
Δ |
Is an explicit cast always the same as an implicit conversion?
|
+0.09 |
structure array memory arrangement
|
+1.28 |
C, do while doesn't work,
|
+0.36 |
Is there a way to specify size of array in base class in inherited...
|
+1.44 |
how to verify the type of a value passed to a function as void poin...
|
+1.04 |
Why is some_statement;;;; valid in C++?
|
-1.26 |
Hi, I am kind of confused, I was just playing around with gdb in li...
|
-0.19 |
What is the error in following C code?
|
+1.01 |
Does *(NULL) compile successfully by the C99 standard?
|
+0.78 |
Why static_assert is a declaration instead of a postfix-expression...
|
0.00 |
Are C++ functions in classes dynamically allocated?
|
+0.42 |
C++ == operator overloading (impementations)
|
-0.14 |
Implement 64bit Left Rotation in C using 8bit controller
|
-0.14 |
C++: Strange math results
|
-0.63 |
C++ invalid cast from type ‘void*’ to type ‘double’
|
+0.92 |
Why is `typename` still necessary even the template type is declare...
|
0.00 |
2D array not populating correctly or...? C++
|
0.00 |
Unable to "point to" passed array of function pointers in C
|
0.00 |
Multiple assignment in one line
|
+0.58 |
How implicit declaration works
|
+0.72 |
What does typedef cell (*proc_type)(const std::vector<cell> &...
|
+0.83 |
Will it be odd to #define inside a c++ function?
|
-1.62 |
why use malloc with structure?
|
-1.87 |
Typedef struct wrong declaration?
|
+2.17 |
why '&' changes the behaviour of the object?
|
+0.58 |
What should a function return when invalid arguments are passed?
|
-2.28 |
Difference between two memory allocation example?
|
-0.88 |
C sizes of pointer and value being pointed mismatch
|
-0.16 |
Checking if an array of structs is empty or not
|
+1.75 |
Pointer to 2D array changes address when I print it
|
-0.91 |
Problems when i'm using qsort for double
|
+0.13 |
Const and Non-Const Operator Overloading
|
0.00 |
Pointer to pointer value
|
-2.09 |
C error in conflicting types
|
-2.04 |
Error in C for Array: error variably modified
|
+0.76 |
storage duration of functions, structs, classes, enums, and unions
|
+2.20 |
why does pointer to member conversion from base to derived gives er...
|
0.00 |
Is there any possibility that `vptr` is modified outside of constru...
|
-1.88 |
Why can't I call on the operator when I return by value instead of...
|
0.00 |
Biggest and smallest of four integers (No arrays, no functions, few...
|
-0.30 |
Receiving error - request for member ****** in not a structure or u...
|
-0.63 |
C++ array of member function pointers?
|
+2.08 |
Where is struct with no named members useful?
|
-1.40 |
Passing defines to function
|
0.00 |
Why doesn't std::priority_queue have a clear() member function
|
0.00 |
adress of a pointer variable
|
-0.06 |
int A[n] is allocated on STACK or on HEAP?
|
0.00 |
Why is inheritance not implicitly defined
|
+1.16 |
What is the meaning of multi-line comment warnings in C?
|
-1.01 |
What memory type is a #define values assigned as?
|
-0.53 |