Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

How do you use pointers to reference the address of an element in an array? [duplicate]

c++ c arrays pointers

Clarification on dynamic memory

c++ pointers

Why doesn't this C code change the string and cause a buffer overflow?

c string pointers

Pass By Reference Using C

C++ Pointing to classes

Debug Assertion Failed when using pointer

c++ debugging pointers

Pointer arithmetic getting wrong output [duplicate]

Segmentation Fault with pointer-to-pointer with C / Linux

CPU and memory communication

c memory pointers cpu

How do I create uninitialized pointers that I can pass to FFI functions in a thread-safe manner?

pointers rust ffi

How do i use a pointer in C to return a value?

c pointers

null pointer equivalence to int

c++ null pointers

C++ initialization char array by pointer [duplicate]

c++ pointers

How to free 2D array memory in C

c arrays pointers heap-memory

Huge slowdown when packing arguments into derived type with pointers in Fortran

Why does `void *p = &&aa;` compile even when the code for label `aa` is optimized away due to a `goto` statement?

Initializing a pointer in c++

c++ pointers reference

failed while trying to reach pointer in struct

I'm puzzled with the pointer arithmetic on a static array [duplicate]