Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

Can't convert from char*[] to char**

c++ arrays pointers

string array declaration in c [closed]

c arrays string pointers

L value vs R value in C

Can I access random data with random memory Addresses outside of my C++ Program

Modify the location a pointer points to in a C++ function

c++ pointers

How to allocate memory dynamically for a char array in C++?

would that be wrong? And if so why is it? The output is 2500

c pointers return-value

Calling a free() wrapper: dereferencing type-punned pointer will break strict-aliasing rules

c pointers strict-aliasing

What is mutable const?

c++ pointers constants mutable

How do I get the value of this void* back?

c++ pointers void

Can I use pointer arithmetic on pointers to void pointers?

c pointers

unexpected output of C++

UnsafeMutablePointer Warning with Swift 5

ios swift xcode pointers mutable

Why is pointing one position beyond a valid object acceptable for pointers?

c pointers

Prevent pointer from being passed as array

Changing the value of a const pointer

c pointers constants

What is the safest way to pass strings around in C?

c string unix pointers

initialization makes pointer from integer without a cast

objective-c pointers ios

how can i know the allocated memory size of pointer variable in c [duplicate]

C - Find the size of structure

c pointers structure