Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

Convert into void*

c++ pointers casting void

Why do certain C/C++ functions use pointers as parameters?

c++ c pointers

Returning a char pointer in C

c pointers c-strings

what happens during pass by reference in C?

C++ delete pointer twice [duplicate]

c++ pointers

C Pointers from Past Paper [duplicate]

c pointers

Why Can't we copy a string to Character Pointer WHEN we can assign a string directly to it?

c pointers

Is it compulsory to initialize pointers in C++?

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