Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

C Char pointers

c pointers char

How to read these expressions: *&pointer VS &*pointer

c++ c pointers

Got confused with pointers in C

c pointers

malloc and free in recursive functions

c pointers recursion

When subtracting two pointers in C

c pointers

How to learn C pointers?

c pointers

C++ char * pointer passing to a function and deleting

c++ pointers

How can I allocate a 2D array using double pointers?

c arrays pointers

How does this line of code work?

c++ c memory pointers

Pointer value of *x &x and x

c pointers

Pointer and vectors in C++

c++ pointers vector

how does pointer adressing work in c++

Converting Derived** to Base** and Derived* to Base*

c++ pointers inheritance

C++ anonymous struct pointer assignment

Difference between Auto and Void?

Are the following statements using pointer arithmetic involving out of bound aceess valid?

Why am I getting a segmentation fault?

How to get char* from char**

c string pointers char printf

Idiomatic way to create a vector of pointers in C++11?

c++ pointers c++11 vector

What is meant by: int (*b)[100]

c++ pointers