Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

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

How to get pointer to interface in GO

pointers go casting temporary

Delphi pointer syntax

delphi pointers

Is this an issue with pointers?

c++ pointers

Passing array of pointers to (char) to a function and assigning a string to each

assigning a char buffer to an array of pointers

c pointers

Overloading the left shift operator for strings in C++

c++ pointers bit bit-shift