Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

deleting a pointer to a class which creates an array

C++ syntax pointer for array

Get string as a value in formatted output

string pointers rust borrowing

Is (void*) ptr == ptr always true?

Why do many init functions take a pointer to initialize, rather than returning a valid one? [duplicate]

c pointers init

Does passing to a function two pointers pointed to members of the same union violate the strict aliasing rule? [duplicate]

Pointers pointing to invalid location

c pointers

char pointer initialization

c pointers

const correctness and parameters to functions with structs containing void*

c++ pointers struct

meaning of *( (int *)ptr+1)

C++ invalid pointer error

c++ pointers

C++: get current function pointer without knowing function name?

c++ function pointers

Can I read any memory value

c++ pointers memory

Binding a const pointer reference to a non-const pointer

c++ pointers reference

C++ How to properly copy the value of a pointer

c++ pointers

Reading 2d array from binary file and return the pointer this array (in C)

c arrays pointers fread

C - Modifying data of a pointer inside a const struct

c pointers struct constants

XOR identical data in C leads to nonzero value. Why?

c pointers xor

Is it possible to get length of (static/dynamic) arrays from their references?

arrays delphi pointers