Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

C/Pointer - Declaring a local variable pointer without initializing it

Negative array index

How can I access and change an element in an array with the help of a pointer in Julia?

arrays pointers julia

Alternative to memcpy

Why does new int() work like an array in C++?

Deallocate pointer target from a pointer alias in Fortran 90

Accessing the pointers of a static function

c++ arrays function pointers

Behaviour of ++ operator in a pointer

c++ pointers

Can I modify the target of a pointer passed as parameter?

Memory Deallocating freezes my program

Why is it recommended to set a pointer to null after deleting it? [duplicate]

c++ pointers

How to access an element of an std::array given its pointer in C++

Can non-const data be accessed through a const pointer in a union?

Pointers difference between C and C++

c++ c pointers arduino ragel

difference between character array initialized with string literal and one using strcpy

c pointers token c-strings

C++ can't establish communication between variables in separate functions

c++ function pointers

pointer movement what is difference between cs[1], and *cs++

c arrays pointers

char *c="1234". Address stored in c is always the same

c pointers

Strange symbols when reading text file with fgets

c string pointers file-io fgets

Error: In C, got the error "dereferencing pointer to incomplete type" in a struct pointer