Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

c - passing pointers to a function

c function pointers

why i^=j^=i^=j isn't equal to *i^=*j^=*i^=*j

C++ causing VIRUS errors?

c++ pointers memory-leaks

Correctly pass a char array and char pointer to function by reference in C

c arrays pointers c-strings

How can the output be explained? [duplicate]

c pointers

int a[20], what's the answer of " &a + 4"?

c arrays pointers

Code works, but throws Incompatible Pointer Type warning

c pointers casting avr 8-bit

Addressing in Xcode for C program

c xcode pointers

usage on c++ function pointer

How does Rust know which types own resources?

Function to dynamically allocate matrix

c pointers matrix dynamic malloc

Trouble with Nodes and Linked Lists

Should a function return a "new" object

What is the difference between "int *p =0;" and "int *p; *p=0;"

How can I use pointers to display strings in an array?

c pointers string

Any way to detect whether the pointer points to array?

c++ arrays pointers

std::map, references, pointers and memory allocation

pointers to functions

How to keep a list of instances of a class?

c++ pointers raytracing

Casting int pointer to char pointer causes loss of data in C?

c pointers