Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

Do I need to/can I free a void pointer in C?

c pointers void void-pointers

strange phenomenon about C++ memory address

c++ pointers memory-address

Why is the Dereference operator used to declare pointers?

Changing intent(in) variables through a pointer

pointers fortran

Malloc a pointer to a pointer to a structure array by reference

Any reason to use hex notation for null pointers?

In a class with no virtual methods or superclass, is it safe to assume (address of first member variable) == this?

c++ casting pointers

Singleton pattern in C++

c++ pointers static singleton

Smart pointer question

l-value , r-value in pointer C

c pointers

How can I visualize the concept of post-incrementing a pointer?

c pointers

Best way to find memory leaks in a C program

C - dynamic memory allocation using double pointer

Using arrays of character strings: arrays of pointers - Are they like multidimensional arrays?

C++: Why does casting as a pointer and then dereferencing work?

Pointer of class local variable? [duplicate]

c++ class pointers

Safe in C# not in C++, simple return of pointer / reference

Constructor vs. new

How is a pointer stored in memory?

Converting arrays/pointers from C to Java

java c arrays pointers