Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

Why variable is null in Unreal Engine?

A few questions about char pointers

c pointers char

Passing a pointer by reference

Modify pointer to std::string inside C++ class

c++ class pointers

Why C++ Builder cannot compile this?

Freeing a pointer to a 'double' value

Why am getting segfault while I am still able to access those location? [duplicate]

Pointers in C, integer pointer to character pointer

c pointers

C memcpy to swap rows of 2D array

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)