Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

What is the difference between returning a char* and a char[] from a function? [duplicate]

c string pointers

difference between a pointer and reference parameter?

Why can a string be assigned to a char* pointer, but not to a char[] array?

Returning a pointer to a vector element in c++

Difference between passing array, fixed-sized array and base address of array as a function parameter

c++ arrays pointers

Is it legal to compare dangling pointers?

How can I get the size of an array from a pointer in C?

How to access the contents of a vector from a pointer to the vector in C++?

c++ pointers vector

What exactly is meant by "de-referencing a NULL pointer"?

c pointers

Pointer values are different but they compare equal. Why?

What is the size of a pointer?

c++ pointers sizeof

Why doesn't polymorphism work without pointers/references?

Meaning of "referencing" and "dereferencing" in C

How to avoid memory leaks when using a vector of pointers to dynamically allocated objects in C++?

c++ stl pointers vector derived

Pointers to pointers vs. normal pointers

c pointers

Why are NULL pointers defined differently in C and C++?

c++ c pointers null

What is the function of an asterisk before a function name?

c function pointers

Is NULL always false?

c null pointers

Duplicating objects in Java

How to use an iterator?