Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

What is the correct way to delete char**

Char pointers and the printf function

c pointers printf

C - pointers and different results?

c pointers

What is the difference in pointers when defining char and int?

c++ pointers

Visual C++/CLI (CLR) Null pointer

Pointers and Strings C++

c++ pointers

What is the benefit of larger pointers on 64-bit systems?

c++ pointers 64-bit c++builder

How do I cast a pointer to an int

c++ pointers casting

Semantics of char a[]

c++ c pointers semantics

Pass an Objective-C object to a function as a void * pointer

Passing an array of strings as parameter to a function in C

How to make an array with a dynamic size? General usage of dynamic arrays (maybe pointers too)? [closed]

c++ c arrays pointers dynamic

What are function pointers used for, and how would I use them?

Array to pointer decay and passing multidimensional arrays to functions

Usage of Smart Pointers as a Programming Standard?

Why does C support negative array indices?

c arrays pointers

strtok - char array versus char pointer [duplicate]

c arrays pointers strtok

malloc in C, but use multi-dimensional array syntax

Memory location of enum value in C

c memory pointers

Why does C++ use pointers? [closed]

c++ pointers