Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

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

Why and when is worth using pointer to pointer? [duplicate]

c++ pointers

Getting the size of the data of a Pointer

What's the difference between delete-ing a pointer and setting it to nullptr? [duplicate]

In C, can an address of a pointer be 0?

c pointers

Why is `++` for Haskell List implemented recursively and costs O(n) time?

What's with unique_ptr::get() instead of &*?

C++ alternatives to void* pointers (that isn't templates)

C: Segmentation Fault while using printf