Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

x86 asm, dereferenced pointer not getting updated

intel pointers assembly x86

deep copy of struct with Pointer Point in C

c pointers struct deep-copy

Passing a C# double array to a C++ function using CLI

c# c++ arrays pointers c++-cli

Pointers, Class Items and Scope

C - Problems stepping through a struct pointer

c pointers struct pixel ppm

Sharing Pointers Between Multiple Forked Processes

Why I'm getting clang warning: no previous prototype for function 'diff'

Dynamic arrays and memory management in Delphi

c++ arrays delphi pointers

How can I use a private member variable in a non-member function, when the variable happens to be a pointer?

Why may there be a difference between union* and struct*?

Different pointer address printed inside function

c pointers

cast any pointer to char poiner using static_cast

Is it okay to compare a pointer and an integer in C?

c pointers

fopen() returning a NULL pointer, but the file definitely exists

How does strchr implementation work

c pointers constants strchr

What are void pointers for in C++?

c++ pointers

How portable is using the low bit of a pointer as a flag?

Why can't you do bitwise operations on pointer in C, and is there a way around this?

returning string from function without malloc

c pointers malloc

What does " if(*((void **) &(_ptr)) != (void *) NULL) " check?

c pointers casting