Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

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

represent memory in c

Initialize array in function

c arrays pointers

Changing contents of a std::string with a function [duplicate]

c++ string pointers

Incompatible Pointer Type Error, sws_scale, ffmpeg

c pointers ffmpeg

Pointer to pointer in parameter in C

Initializing a pointer at declaration time in a C struct

c pointers struct malloc

C++ Accept Any Struct In Parameter

c++ pointers struct