Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

How to move unique_ptr to raw pointer?

c++ pointers smart-pointers

Variable arguments list and null pointer

c pointers

Calling a method with a pointer receiver by an object instead of a pointer to it?

casting int pointer to char pointer

c pointers

Is it safe to take the address of a temporary?

c++ pointers memory-address

How does sizeof work with this dereferencing of a pointer to array?

c arrays pointers

volatile variables as argument to function

Desperately seeking the answer to my pointer problem

c memory pointers linked-list

Defining a pointer to a list in C++

c++ list pointers

Pointers and loops in C

c pointers loops

Do I need to delete a pointer if I haven't assigned it a new value?

How do pointers allow Hardware access?

c++ c pointers

Working with NSData in swift

pointers swift nsdata

How to get a pointer to a containing struct from a pointer to a member?

pointers rust

Initialize pointer receiver in pointer method Go

pointers go receiver

Pointer increment and chaining precedence in C#

c# pointers

Get length of string array of unknown length

c pointers arrays

Passing a 2D array in a function in C program

How can I pass character pointer reference to function and get affected value back?

c pointers

What does `const T* const` mean?

c++ pointers constants