Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

Assigning char array to pointer

c++ arrays pointers char

Can someone explain this line of c++ code using reinterpret_cast?

Declaring a pointer to struct creates a struct?

c pointers struct

Implementing a templated doubly linked list of pointers to objects

Rust, std::cell::Cell - get immutable reference to inner data

Binary search, when to use right = mid - 1, and when to use right = mid?

Passing arrays to function in C

c arrays pointers

Object methods in C: memory leaks

How to pass unique_ptr<char[]> to a function to use

c++ visual-c++ pointers c++11

Array size in multidimensional array with pointers

c arrays 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