Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

C notation: pointer to array of chars (string)

c arrays string pointers char

need help changing single character in char*

c++ pointers

Disposing pointers to complex records

delphi pointers dispose

Returning a 2D char array in C

How do I return the value pointed to by a pointer?

c++ pointers

Are there any guarantees about C struct order?

c pointers struct

Why is new able to create an array of strings?

c++ arrays string pointers stl

Converting from std::vector<> to a double pointer?

c++ pointers casting stdvector

Accessing nested types of a template parameter T even if T is a pointer

c++ templates pointers

How do I know whether a pointer points to a specific structure or not?

c pointers struct

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?