Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

Assigning array of strings to char **

What is the diffrence between char *str="this is a string" from char *str = strdup("this is a string") in C

Deleting a 2D or 3D pointer created with new

Implementing callback with pointer to non-static member function

How to read a 4 column text file into two char arrays in C?

c arrays file pointers

When adding to list why does Python copy values instead of pointers?

python pointers scope

C++ pointers memory usage

Pointer syntax usage in Array

c++ c arrays pointers

Image Manipulation - is this a for-loop issue?

c++ image pointers for-loop

can realloc Array, then Why use pointers?

c++ c pointers data-structures

Remove redundant whitespace from string (in-place)

c pointers

assigning char pointer to char and char array variable

c pointers char

Retrieving last set of input values from a char pointer

c string algorithm pointers

How are we able to access the pointer after deallocating the memory?

c pointers malloc free

Is the printf statement valid?

c pointers struct

bit-wise operation and strict aliasing

what's the difference about p.a and p->a where p is pointer?

c pointers

why does getaddrinfo() take the node, service and hints arguments as pointers? [duplicate]

Passing a pointer to device memory between classes in CUDA

pointers cuda