Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

Passing a 2D array in a function in C program

How can I pass character pointer reference to function and get affected value back?

c pointers

What does `const T* const` mean?

c++ pointers constants

Why is it important to use static_cast instead of reinterpret_cast here?

What is the difference between float pointer and int pointer address?

c pointers

Dereferencing a pointer when using NSLog in Objective-C

C Programming (Functions pointer casting)

c function pointers casting

Swift/iOS: How to use inout parameters in functions with AnyObject/Any or Pointers

When do you want to use pointers vs values in C++?

c++ pointers

C++. Class method pointers

c++ class methods pointers

Does it matter where I place the asterisk when declaring pointers in C++?

c++ pointers syntax

Passing pointers to Maps in Golang

pointers map go

Where does the compound/string literals get stored in the memory?

is int[pointer-to-array] in the C++ - standard? [duplicate]

(arr + 2) is equivalent to *(arr + 2) . How?

c arrays pointers

Does C++ do value initialization of a POD typedef?

c++ pointers

Similarities and differences between arrays and pointers through a practical example

c arrays pointers

Pointer pointing to an empty array

c arrays pointers

Does C# use the -> pointer notation?

c# c++ pointers struct

What is void** in C#?

c# c pointers void