Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

Is there a destructor for a pointer in c++?

c++ pointers

Accessing unallocated memory C++

c++ arrays pointers memory

C memory management for variables

c pointers

What is happening with this arithmetic expression involving pointers?

c pointers

vector<string> or vector<char *>?

Why does this code to modify a string not work?

Assigning to pointer immediately after deleting

c++ pointers

Isn't a pointer just a reference when you don't dereference it?

c++ pointers reference

C++: How do I prevent a function from accepting a pointer that is allocated in-line?

Why use pointers in C++?

c++ pointers dereference

Pointer arithmetic with NULLs

c pointers

Confused by single pointer and double pointer arguments in function calls

Passing function Pointers in C++

should we teach pointers in a "fundamentals of programming" course?

pointers computer-science

Segmentation fault when using stream extraction into a char pointer

c++ pointers

In C/C++, is char* arrayName[][] a pointer to a pointer to a pointer OR a pointer to a pointer?

Pointer to an array of function pointers

c function pointers

Returning a pointer

c++ pointers

C++ function parameter takes an address of a pointer as an argument. How is this used? What is it for?

What is wrong with the following code dealing with pointers?

c pointers