Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

Convert char[][] to char**

c++ c arrays pointers

What ! (char*) means in C

c pointers char

What does "*(pointer + integer)" do in C++?

c++ pointers

malloc and pointers to pointers

Getting different values by passing Pointers to a function in Go

pointers struct go

How can I know if I need to delete something in C++?

How to convert byte array to base64 string in swift?

ios arrays swift pointers base64

Are shared_ptr on static objects good?

Incrementing NULL pointer in C

C++ How to properly copy container(vector) of pointers?

std::set<int * const> won't compile

c++ pointers constants stdset

Is (*exptr)->cnt the same as exptr->cnt or (*exptr).cnt?

c pointers

Function that creates pointers to classes

c++ pointers

In C: How to set a pointer to a structure member that is an array?

Casting const void pointer to array of const char pointers properly in C

c gcc casting pointers char

C++ print value of a pointer

How many instructions to access pointer in C?

c pointers instructions

memory address literal

Delphi Self-Pointer usage

delphi pointers self

Understanding references vs. pointers. Why does this work?

c++ pointers reference