Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

string doesn't end at NULL but still behaves normally, why?

c string pointers

C++ member layout

c++ c pointers layout member

Strange AV when storing an Delphi interface reference

Is it required to free a pointer variable before using realloc?

C++ 11 Smart Pointer usage

What is forward reference in C?

A Question About Function Pointer In C

Pointer to data member address

c++ pointers

What happens to an address after delete operator has been applied to it in C++?

In C, is it good form to use typedef for a pointer?

c pointers typedef

What does *(int*)(buffer) mean?

c++ c pointers

Where is an array variable stored in C language?

c arrays pointers

C++ pass pointer by reference and assign default value

Different ways to access array's element

c++ arrays pointers element

How does an array of pointers to pointers work?

c arrays pointers

How to check if a void* pointer can be safely cast to something else?

Is a C# list like a C++ list?

c# c++ list pointers vector

C++11: Does a move operation change the address?

Pointer to a pointer in objective-c?

objective-c pointers

the "this" pointer inside a class

c++ pointers this