Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

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

Pointer to [-1]th index of array

c++ c arrays pointers

Pointer to a string in C?

c string pointers

About pointers after fork()

c unix pointers process fork

Passing pointers/references to structs into functions

c pointers struct reference

How to pass Serial object by reference to my class in Arduino?

c++ c pointers arduino

C: Extrapolating type from void pointer

c pointers void-pointers

Calloc with structure with pointers in C

c pointers null structure calloc