Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Alternatives to C++ Reference/Pointer Syntax

c++ c pointers reference

is it possible? passing address of local static value to main pointer?

c pointers static

Array Pointer not returned the expected value

c arrays pointers

give feedback on this pointer program

c++ pointers