Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

Does C check if a pointer is out-of-bound without the pointer being dereferenced?

c pointers language-lawyer

Can a pointer (address) ever be negative?

c pointers return-value signed

Copying derived entities using only base class pointers, (without exhaustive testing!) - C++

What's a modern term for "array/pointer equivalence"?

c arrays pointers terminology

Accessing the [] operator from a pointer

c++ pointers operators

How is the result struct of localtime allocated in C?

c function pointers struct

To what extent is it acceptable to think of C++ pointers as memory addresses?

c++ pointers hardware

How are references implemented internally?

c++ pointers reference

How to check if a pointer is freed already in C?

c pointers free

How to delete void pointer?

C++ passing an array pointer as a function argument

c++ arrays function pointers

C++ delete - It deletes my objects but I can still access the data?

How to understand the pointer star * in C?

c pointers dereference

How to pass a 2D array by pointer in C?

c arrays pointers

Near and Far pointers

c++ c pointers

How to set bool pointer to true in struct literal?

pointers go struct literals

Pointers and arrays in Python ctypes

python arrays pointers ctypes

What is a long pointer?

c++ c pointers

Create new C++ object at specific memory address?

Why is the data type needed in pointer declarations?

c++ c pointers