Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

What happens when a char array gets initialized from a string literal?

c pointers literals c-strings

Difference between strcmp of string.h and my own implementation of strcmp

c string pointers

In a C++ template function can I return a dereferenced argument type?

Official names for pointer operators

c++ pointers

From where starts the process' memory space and where does it end?

c++ memory pointers

pointers and string parsing in c

c pointers string-parsing

How to get the length of dynamically allocated two dimensional arrays in C

Accessing structure elements using pointers

c pointers structure

is it possible to get address on heap of a variable in java?

Warning about assignment from incompatible pointer type when using pointers and arrays?

How can I pass a pointer from C# to an unmanaged DLL?

Function Pointer to member function of template class? (C++)

c++ function pointers member

What's the restriction on distance between pointers of certain type in C++?

c++ pointers

Whether following code is prone to memory leak?

c++ pointers

meaning of the * and & symbol [closed]

c pointers

Is this code Implementation defined?

c pointers

Remove item from a list using its pointer

c++ list pointers iterator

nested structures and pointers

c pointers structure

Pass a pointer to a function as read-only in C

c function pointers readonly

C void pointer arithmetic

c pointers