Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

Why and when is worth using pointer to pointer? [duplicate]

c++ pointers

Getting the size of the data of a Pointer

What's the difference between delete-ing a pointer and setting it to nullptr? [duplicate]

In C, can an address of a pointer be 0?

c pointers

Why is `++` for Haskell List implemented recursively and costs O(n) time?

What's with unique_ptr::get() instead of &*?

C++ alternatives to void* pointers (that isn't templates)

C: Segmentation Fault while using printf

Is an array argument passed to a function not a constant pointer?

c++ c arrays pointers

Why is memory alignment required? [duplicate]

What is the difference between scanf("%d", *p) and scanf("%d", p)?

c arrays pointers dereference

What's the difference between "int *a[5]" and int(*a)[5]"? [duplicate]

c++ c arrays pointers

*(a++) is giving error but not *(a+1)?? where a is array name?

c arrays pointers

Passing a modifiable parameter to c++ function

Why are pointers and recursion looked upon as a complicated issues?

pointers recursion

Pointer to Function Pointer

Are array of pointers to different types possible in c++?

c++ arrays pointers

Switch pointers in a function in the C programming language

c++ c pointers function swap

Difference between char* and char** (in C)

c string pointers

Why can't you access the address space of another process since Windows 95?

c++ c windows winapi pointers