Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

Semantics of char a[]

c++ c pointers semantics

Pass an Objective-C object to a function as a void * pointer

Passing an array of strings as parameter to a function in C

How to make an array with a dynamic size? General usage of dynamic arrays (maybe pointers too)? [closed]

c++ c arrays pointers dynamic

What are function pointers used for, and how would I use them?

Array to pointer decay and passing multidimensional arrays to functions

Usage of Smart Pointers as a Programming Standard?

Why does C support negative array indices?

c arrays pointers

strtok - char array versus char pointer [duplicate]

c arrays pointers strtok

malloc in C, but use multi-dimensional array syntax

Memory location of enum value in C

c memory pointers

Why does C++ use pointers? [closed]

c++ pointers

GCC pure/const functions that accept a pointer argument

c++ c pointers gcc

Is creating a pointer one past the end of a non-array pointer not derived from unary operator & undefined behavior in C++17?

Compiler Warning when using Pointers to Packed Structure Members

Member pointer to array element

c++ class pointers

Const References to Pointers

What treatment can a pointer undergo and still be valid?

What does *(*int)(nil) = 0 mean in golang?

go pointers

How to return vector of pointers (and ownership) C++11