Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

pointer to array type, or what's happening to "array decay to pointer" when adding "typedef", "const", "*" and "&"

c arrays pointers constants

using %x to print the hex address contained in a pointer

c pointers memory-address

C Struct & Strcpy, dot operator does it resolve into a pointer

c arrays pointers struct

How to declare function with a const pointer using VLA syntax

c pointers

error: passing argument 1 to restrict-qualified parameter aliases with argument 3 [-Werror=restrict]

What does the "->" operator mean in C++?

Incompatible pointer type warning with pointer-to-pointer types when passing char** to void** function parameter

Portable and safe way to add byte offset to any pointer

Malloc inside a structure

c pointers struct malloc

How to properly cast to a void type as an array

arrays c pointers types

Why does K&R say that pointers are preferable to arrays as function parameters?

Cannot convert argument from int * to const int *&

c++ pointers

Why 2 stars when passing pointer to a string to a function

How to initialize unsigned char pointer

Why RBP instead of another register as a frame pointer?

How to compare a pointer and an integer [duplicate]

c pointers char

Which is the right style to use function pointer?

c pointers

C function pointer casting to void pointer

Print an array of char, but the ending is not expected

arrays c pointers char printf

Fortran polymorphism in pointers