Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

What does this pointer-heavy C code do?

c pointers

How to fix compile error "This function or variable may be unsafe" (strcpy)

c++ string pointers char

About pointers and strcpy() in C

c string pointers char strcpy

Reading a file and print the content in C

arrays c file pointers

Confusing of using pointer in Go

pointers go struct

array of pointers and pointer to an array in c++

c++ arrays pointers

Pointer Arithmetic on pointers to pointers and the like

How to assign constant address to pointer at c++?

c++ pointers constants

reverse a string using pointers

c++ string pointers reverse

How to implement insertion sort algorithm in C++ with arrays and pointers?

c++ arrays pointers

cuda unified memory: memory transfer behaviour

pointers memory cuda

In Go, is a structure pointer not a reference type?

pointers go struct

Using malloc to initialize char pointer VS not using malloc and just assign a string directly to the char pointer

Indexing of pointer when accessing elements of an array

c arrays pointers

how to return float array from a function?

What happens when actual and extern types are different?

c arrays pointers extern

What is the best practice when passing a shared pointer to a non-owning function? [closed]

c++ pointers