Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

Pointer to first element in array! (C)

c arrays pointers

C - distance between 2 pointers

c pointers

Char* array of chars, but int* not array of ints?

c arrays string pointers

copy of a string pointer

c string pointers

C - Return a char pointer without malloc

Using void pointer to an array

Legitimate uses of ReferenceEquals()

Initializing a C struct array, with a size not known at compile time

starting address of array a and &a

c pointers

What does while(*pointer) means in C?

c loops pointers

Passing pointers of arrays in C

c arrays pointers

Reference pointing to a Null-object

Why/When to use (!!p) instead of (p != NULL)

c++ null pointers boolean

Is it possible to have a common pointer between 2 different programs on the same computer

c++ linux pointers ubuntu-9.10

how do i create a copy of an object in java, instead of a pointer

java pointers object

How to define a Type A in Type B and Type B in Type A?

c delphi pointers types record

What are the practical advantages of learning Assembly?

pointers assembly

Microsoft objects, the Release() functions return value?

Deleting dynamically allocated variables setting pointer to 0 [duplicate]

How can I use a class before defining it?

c++ class pointers