Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

Create new C++ object at specific memory address?

Why is the data type needed in pointer declarations?

c++ c pointers

Why don't I declare NSInteger with a *

Declaring type of pointers?

c++ c pointers

What does a const pointer-to-pointer mean in C and in C++?

c++ c pointers constants

determine size of array if passed to function

c++ arrays null pointers

Why does int pointer '++' increment by 4 rather than 1?

c++ c pointers

Passing int as bool argument in C++

Can an equality comparison of unrelated pointers evaluate to true?

c pointers language-lawyer

How to use global var across files in a package?

What is the use of intptr_t?

c++ c pointers

Why does cudaMalloc() use pointer to pointer?

c++ c pointers cuda

What happens in OS when we dereference a NULL pointer in C?

Can a pointer ever point to itself?

c pointers

What does ** do in C language? [duplicate]

C++ Access derived class member from base class pointer

C++ - Assigning null to a std::string

c++ string pointers null

When convert a void pointer to a specific type pointer, which casting symbol is better, static_cast or reinterpret_cast? [duplicate]

Why does moving a pointer variable not set it to null?

Why do string literals (char*) in C++ have to be constants?

c++ c pointers string-literals