Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

How do I edit random memory? [closed]

c++ pointers memory

Can we change the base address of an array through a pointer to array using brute force?

c arrays pointers

Why and when to pass class types in C++ by pointer?

c++ class oop pointers

Increment Char Array Pointer

c arrays pointers

Does malloc() have a maximum return value?

c pointers memory

Is returning a heap-allocated pointer from function OK?

c++ c pointers

How to use smart pointer for auto clean-up?

How to check if a pointer is null in python?

c++: why can't we convert char ** to const char ** [duplicate]

c++ pointers constants

Does void(*) in C++ mean anything?

c++ function pointers void

Behavior of const auto pointers in C++ [duplicate]

Why cannot I find the element size via this pointer hack? [duplicate]

c arrays pointers

What happens when a char array gets initialized from a string literal?

c pointers literals c-strings

Difference between strcmp of string.h and my own implementation of strcmp

c string pointers

In a C++ template function can I return a dereferenced argument type?

Official names for pointer operators

c++ pointers

From where starts the process' memory space and where does it end?

c++ memory pointers

pointers and string parsing in c

c pointers string-parsing

How to get the length of dynamically allocated two dimensional arrays in C

Accessing structure elements using pointers

c pointers structure