Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

How restrictive is the restrict keyword?

c pointers

How to return a pointer from a function that calls a function by pointer to a function that returns a pointer?

c function pointers

Declaring volatile pointer to a pointer which points to non-volatile data

c pointers syntax volatile

Two pointers referencing the same memory location, possible to make null if we deallocate the space?

c++ pointers c++14

Accessing 2D array values using a pointer

c arrays pointers

C++ Assign Pointer to Pointer

c++ pointers

C memcpy copies bytes with little endianness

c++ c pointers endianness

Why the client can't dereference the pointer in this situation?

c pointers struct

'calloc' does not automatically consumes memory out of RAM

Modifying a char *const string

Assigning array of strings to char **

What is the diffrence between char *str="this is a string" from char *str = strdup("this is a string") in C

Deleting a 2D or 3D pointer created with new

Implementing callback with pointer to non-static member function

How to read a 4 column text file into two char arrays in C?

c arrays file pointers

When adding to list why does Python copy values instead of pointers?

python pointers scope

C++ pointers memory usage

Pointer syntax usage in Array

c++ c arrays pointers

Image Manipulation - is this a for-loop issue?

c++ image pointers for-loop