Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

Applying strcpy to a pointer to array + some_offset

Why FILE pointer after being passed to a function changes when back in main in C?

c pointers

Pointer address as reference in function

c++ pointers reference

How to pass a multidimensional C array to a function? [duplicate]

Passing Object to Unallocated Pointer

objective-c pointers

pointers became nil after leaving the loop

loops pointers go null slice

Cast "const void *" to "const char *"

C intro - How to pass a parameter by reference in function?

C++ File Write includes the memory address of the string instead of the contents

C++ - dereferencing pointers that are elements of an array?

Cross referencing structs in C

c pointers struct reference

Is there a way to declare a pointer in a header file and instantiate it in a .cpp?

c++ pointers

Scanf fails with bus error

c pointers scanf bus-error

unique_ptr - invalid pointer and segfault

Casting GetProcAddress returned pointer in C++

c++ pointers getprocaddress

Pointer arithmetic for structures gives strange result

c pointers

Pointer To A Nested Structure

c pointers gcc struct

Is there a way of safely pointing to a temporary value declared inside of a function?

c++ pointers

Why last two print statements do not print anything after typecasting pointer 'ptr'?

c++ pointers

convert char* to int* C++

c++ pointers