Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

Why do we use `const` for strings when defining with pointers in C?

Is it safe to assume that the NULL constant is zero?

c pointers null null-pointer

How to free() a malloc()'d structured correctly?

c pointers free malloc

PHP - can a method return a pointer?

php pointers

non-const pointer argument to a const double pointer parameter

Can static_cast turn a non-null pointer into a null pointer?

Adding an offset to a pointer

c++ pointers

One pointer, two different classes in c++

c++ class pointers

Difference in usage of pointer downcast & upcast?

Is size of char * same as size of int *?

Array of pointers to Eigen Matrices

c++ arrays pointers matrix eigen

C++ unique_ptr not calling the destructor

c++ pointers

Save pointer's memory address

c unix pointers malloc

Difference between a simple variable i and *(&i);

c pointers variables

Segmentation fault when using vectors in the class and constructor

What is a pointer to array, int (*ptr)[10], and how does it work?

How to remove smart pointers from a cache when there are no more references?

Cast pointer to member function to normal pointer

c++ pointers casting

C - how do you access value from a pointer to a pointer to that value?

c pointers

how to print char array in c++

c++ arrays pointers char