Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

Difference between char[] and char * in C [duplicate]

c string pointers

Convert Swift string into CChar pointer

c swift pointers

Confused about the pointers and generic(void) pointers in C

Why does the memory address of a struct reference change?

Is declaring a string literal with a pointer more memory efficient than declaring constant array?

c pointers

Why do I need to type cast when initializing a user-defined structure using pointer?

Struct offsets and pointer safety in C++

C - I'm getting two diferents pointers from the same variable

c pointers

Vector Iterators Casting

c++ vector pointers casting

Size of virtual pointer-C++

c++ pointers vtable

How does an array pointer store its size? [duplicate]

c arrays pointers

allocation of memory for pointer

c pointers

In a C++ class, what's the difference between accessing a member variable with "this"

c++ class pointers

Invalid pointer - why?

c++ 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