Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

stl::iterators with raw pointers

c++ pointers stl

Is it ever safe to use a reference in place of a pointer with a function called across an FFI boundary?

pointers rust ffi

About reference to pointers

c++ pointers reference

Garbage value while incrementing a void*

c pointers void-pointers

C Struct with pointer to array

c pointers

Emulate a file pointer C++?

c++ file pointers bitmap

How to convert a string (char *) to upper or lower case in C

c pointers char tolower toupper

In C, can you omit the parameter types of a function pointer when initializing it with the address of a declared function?

reference to pointer to int causes error

c++ pointers reference int

C++ functions returning arrays

c++ arrays pointers return

Returning an address of a local pointer variable to main() function

c function pointers malloc

C++ pointer arithmetic "lvalue required as left operand of assignment" error

Passing a 2D array of structs

Automatic Return Type for Pointers in C++

Why does printing out variables in C change their values?

c pointers

Segmentation fault on using memset instead of for loops to initialize int**

Error: Pointer to incomplete class type is not allowed. How do I go about this?

c++ class function pointers

Why can't I assign values to pointers?

Set pointer to nil via function

pointers go null