Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

What is uintptr_t data type

c++ pointers types

Arrow operator (->) usage in C

c pointers syntax

Why does the arrow (->) operator in C exist?

c pointers dereference

Why use double indirection? or Why use pointers to pointers?

c pointers

When should I use the new keyword in C++?

What is the difference between char * const and const char *?

c pointers constants

Is it safe to delete a NULL pointer?

What is the difference between NULL, '\0' and 0?

c pointers null

Pointers in C: when to use the ampersand and the asterisk?

c pointers

How to find the 'sizeof' (a pointer pointing to an array)?

c arrays pointers sizeof

Deleting Objects in JavaScript

Passing a 2D array to a C++ function

Why use pointers? [closed]

c++ c pointers

Pointers vs. values in parameters and return values

pointers go

When to use references vs. pointers

c++ pointers reference

What is array to pointer decay?

c++ c arrays pointers

How does free know how much to free?

c size pointers free

What are the barriers to understanding pointers and what can be done to overcome them? [closed]

c++ c pointers

How many levels of pointers can we have?

C pointer to array/array of pointers disambiguation