Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

Losing array pointer value?

c arrays pointers

C++ Pointer to member function of an UNKNOWN CLASS

Pointers and virtual memory [closed]

c linux pointers ubuntu memory

How to check if a pointer still points to valid memory in C++?

c++ pointers

What C compilers have pointer subtraction underflows?

What does *(long *) and *(int*) mean?

c pointers casting dereference

C: make, pass and access const array of pointers to const strings

c arrays string pointers

Is it possible to implement stack with only pointer to structure (no data type)?

c pointers stack

Create a python list with one pointer pointing to two places

python pointers

C/C++ Pointer to a POD struct also points to the 1st struct member

c++ c pointers struct

Why can't my friend class access a private member?

Check if a singly linked list is a palindrome or not in C

Is it advised to declare variables inside loops?

Pointers comparison

c pointers

Time complexity of a Stack ADT implemented using a Linked List

Why is `*(multi + row)` producing a pointer address instead of a value?

Pointers in C: why is the * needed in *address_of_x = &x when getting the address of x?

c pointers syntax

Casting NULL pointers

c pointers casting