Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

What is a misaligned pointer ?

c pointers alignment

How does Rust achieve compile-time-only pointer safety?

pointers rust memory-safety

Converting a non-`void` pointer to `uintptr_t` and vice-versa

c pointers casting standards

How to Pass an Object Method as a Parameter in Delphi, and then Call It?

delphi pointers callback

C++ Pointer: changing the contents without changing the address?

c++ pointers

scalar object requires one element in initializer

c pointers

Is pointer assignment atomic in C++?

Behavior of 2D arrays

c++ c arrays pointers output

How to use a shared_ptr with a pointer to struct that should not be freed

c++ pointers c++11 shared-ptr

Difference between pointer to pointer and pointer to array?

Is *p++ += 2 well defined?

Changing array inside function in C

c arrays function pointers

passing pointers to function that takes a reference?

c++ pointers reference

Double pointer vs array of pointers(**array vs *array[])

How do you iterate through a pointer?

c pointers

What is the datatype of pointer in c?

c pointers

Understanding -Weffc++

Understanding char array[] and string

c++ c arrays pointers char

Can pointers be of different sizes? [duplicate]

What is the difference between square bracket arrays and pointer arrays?

c++ c arrays pointers