Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

Using Dispose in FreePascal

pointers freepascal

Deleting objects using a member function in C++

Why are different pointers and void pointers being used by these functions?

c pointers avr atmega eeprom

Learning C++ from Java , trying to make a linked list

What is the difference between (void **)&x and (void *)x?

c pointers cuda gpgpu gpu

When to dereference or not

How do I return a array from a function?

c++ arrays function pointers

Pointer to pointer function parameter

c++ function pointers

Unhandled exception when dereferencing char pointer in Visual C++ 2008

Understanding pointers & memory address

c pointers memory-address

C++ pointer to char arithmetic

c++ arrays pointers

Store multiple functions into array C++ for looping

c++ arrays function pointers

Issue with precedence and ++ and * unary operators in C

Generic HashMap, unwanted output (C)

Multiple Pointer Test in If Statement

c null pointers testing

Explanation of code snippet regarding how to pass an array as a function argument using a pointer?

c arrays pointers

What is the difference between this two declarations " int **matrix " and " int matrix [] [] "? [duplicate]

c pointers

Getting my head around the practical applications of strong and weak pointers in Objective-C

objective-c pointers

Find Loop in the linklist (getting Segmentation falut)

c loops pointers linked-list