Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

Why can I not initialize an array by passing a pointer to a function?

c++ pointers

Why does *(str+i) = *(str +j) not work here?

c arrays string pointers reverse

Check for null pointer

c++ pointers null

How to delete multiple dynamically allocated arrays in a single delete statement?

C++ pointer to vector

c++ pointers vector

C++ arrow operator equivelence

c++ pointers

How does python decide whether a parameter is a reference or a value?

python pointers reference

C - Pointer + 1 Meaning

c arrays pointers

Why can't we generalize the pointer declaration?

c++ c pointers

In C++, how can I hold a list of an abstract class?

What are the parameters in this C qsort function call?

c pointers

Char * vs NSString *

Trivial raw pointer that self-initializes to nullptr in C++

c++ pointers c++11 unique-ptr

Overloading << operator C++ - Pointer to Class

Dynamically allocating array explain

Is this' type variableofType()' function or object?

c++ function pointers

Basic C pointer question

c pointers

the meaninings of two ** for an iterator

c++ pointers iterator

Unsafe method to get pointer to byte array

c# pointers unsafe

How do you make sense of the error: cannot convert from 'int []' to 'int []'