Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

Is there a difference between const char * const and const char []?

c arrays pointers constants c99

C pointers, playing around with casting

c pointers casting

Accessing the underlying struct of a PyObject

python c pointers structure

De-allocating memory within loops

Difference between char *const *p and char ** const p

c pointers

Is reinterpret casting an integer to a pointer bijective if the integer is the same size as a pointer?

Passing Null Pointer in Function

c pointers null

Difference between char pointer and char array

c++ arrays pointers

Type casting in malloc [duplicate]

c pointers casting malloc

Is computing a pointer to uninitialized memory undefined behavior in C?

Passing a pointer type as a template parameter

c++ templates pointers

Structure pointer operator conjecture (theory)

Number of elements in const char * array

c++ c pointers size sizeof

Does static_cast makes the compiler allocate more space than what it is meant to by new operator?

how this auto_ptr program works and what it does?

array to structure casting

c arrays pointers structure

Segfault when dereferencing iterator for vector of pointers

Swapping lists trouble with last value, c++

c++ list pointers this swap

Pointer of array of structure

c loops pointers struct

Better way to search for a node in binary tree