Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

Function pointers and callbacks in C

c function pointers callback

Can we assign a value to a given memory location?

c memory pointers

MISRA incrementation in C

c pointers embedded misra

Casting pointer to void

c pointers void

dereferencing type-punned pointer will break strict-aliasing rules

c pointers gcc

From []byte to char*

c pointers go cgo

Assigning a reference by dereferencing a NULL pointer

Passing by pointer

c++ pointers

Usage of void pointers across different platforms

How to create an array or a slice from an array unsafe.Pointer in golang?

arrays pointers go slice unsafe

Must I use pointers for my C++ class fields?

c++ pointers reference

Is this a memory leak?

c++ pointers memory-leaks

Not casting pointers in C can cause problems?

c pointers casting

C++ - Difference between (*). and ->?

c++ pointers dereference

Is it safe to keep a pointer to a variable out of scope?

c pointers

Incrementing Pointers

c++ pointers increment

Malloc compile error: a value of type "int" cannot be used to initialize an entity of type int (*)[30]

c pointers malloc

Delphi double to byte array

delphi pointers

Returning a pointer of a local variable C++

c++ function pointers

3D array C++ using int [] operator