Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

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

C free and struct

What is dynamic type of object

When to use pointers, and when not to use them

c++ pointers