Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

In C, how does arithmetic between a pointer and an array work?

c pointers

How do I delete this 2D array in c++

What is Pointer-chasing and how it is related to BFS

algorithm pointers

Bash indirect reference to an associative array

warning: address of local variable 'angles' returned [-Wreturn-local-addr]

Should I delete pointer passed to a function as argument?

Deleting Pointers

c++ pointers

Dynamic array without malloc?

K&R: array of character pointers

Is this C function written in poor form?

Object allocation in C++

c++ string pointers scope

Return the result of sum of character arrays

c++ c arrays pointers

C Beginner question: Pointer arithmetic > cleaning up once you are done

difference between *y++ and ++*y?

Does the bracket [] operator only have a single use?

c arrays pointers

Assigning strings to pointer in C Language

c string pointers

Why are &p and &a[0] different?

c arrays pointers printf

Returning a structure array using pointers

Python: Create a duplicate of an array

python list pointers arrays

how to set char * value from std string (c_str()) not working

c++ string pointers