Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

Can't understand this way to calculate the square of a number

How can I use pointers in Java?

java pointers unsafe

Passing references to pointers in C++

c++ pointers reference

Does free(ptr) where ptr is NULL corrupt memory?

What does `dword ptr` mean?

assembly x86 dword pointers

C pointers : pointing to an array of fixed size

c pointers size

Pointers in Python?

python pointers

How to explain C pointers (declaration vs. unary operators) to a beginner?

c pointers

Pointer to pointer clarification

c pointers

Pointer expressions: *ptr++, *++ptr and ++*ptr

c++ c pointers increment

How does delete[] know it's an array?

How do I do a literal *int64 in Go?

pointers go struct literals

Declaring pointers; asterisk on the left or right of the space between the type and name? [duplicate]

c++ c pointers

Why is x[0] != x[0][0] != x[0][0][0]?

c++ arrays pointers

constant pointer vs pointer on a constant value [duplicate]

c pointers constants

What's the point of const pointers?

c++ c pointers constants

"<type> is pointer to interface, not interface" confusion

pointers go interface

C: differences between char pointer and array [duplicate]

c arrays pointers

Function Pointers in Java

Why do C++ libraries and frameworks never use smart pointers?