Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

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

Is it undefined behavior to compare a character array char u[10] with a string literal "abc"

C pointers and arrays

Using const with a pointer in c

c pointers constants

How does memory allocation work with char pointers(string literals, arrays)?

c pointers char-pointer

How to set all the bits in a char array to zeros?

c++ arrays pointers bit

int* to Constant Array

Error on delete: expression must be a pointer to a complete object type

c++ pointers

Delphi - Passing variable pointer as string to another function

delphi pointers stream

Pointer to member function syntax

Pass a C Structure pointer from Python using Ctypes

BufferedImage image pointer data as a JNI parameter for C function

Function giving desired output and then terminating abnormally

Array over written with last value assigned?

c++ arrays pointers

Swapping algorithm giving everything the same value

c++ pointers swap

Does a Form work like a pointer?

c# winforms pointers

How do you return a pointer to non modifiable data in c

c pointers constants