Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

c++ read content of a pointer

c++ pointers

Derived classes and smart pointers

C# COM Interop: exposing function with a managed object as parameter

c# c++ pointers com variant

Why does a single pointer act like an array and the dereference operator (*) isn´t needed to access the pointed element?

c arrays function pointers

Why the statement int null = 0, *p = null is illegal?

c++ pointers c++11 nullptr

questions regarding passing pointers [duplicate]

c pointers

void *p...; if (p > 0) .... Is this undefined behavior?

c++ pointers

C++ operator lookup misunderstanding

C function pointers

c function pointers

'->' operator in C and how it's used

c pointers structure

read data from a custom collection (struct Array)

Using Dispose in FreePascal

pointers freepascal

Deleting objects using a member function in C++

Why are different pointers and void pointers being used by these functions?

c pointers avr atmega eeprom

Learning C++ from Java , trying to make a linked list

What is the difference between (void **)&x and (void *)x?

c pointers cuda gpgpu gpu

When to dereference or not

How do I return a array from a function?

c++ arrays function pointers

Pointer to pointer function parameter

c++ function pointers