Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

pointers pointing to array of integers

Edit where a pointer points within a function

c++ pointers reference struct

How to iterate over a array using a pointer and length unknown?

Is it safe to return a pointer to a string literal to the caller?

c++ string pointers

C++ : Why I can't print a const char* with sprintf?

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