Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

How are Rust's Arc and Rc types different from having garbage collection?

Size of pointer of integer type vs Size of int*

c pointers

Will this lead to a memory leak in C++?

Confused when I should and shouldn't use "const" in C

c pointers constants

making numerous pointers NULL at the same time

c++ pointers

Isn't an array/arrayname always a pointer to the first element in C?

c arrays pointers

error calling function ,[A call to PInvoke function unbalanced the stack]

c# .net pointers

Size of a struct with two void pointers is 4?

c pointers struct sizeof

How to reassign `this` pointer inside object member function?

c++ pointers this

Using pointers to swap int array values

c pointers swap

Why does int* ptr_arr_int = {1,2}; not work in C/C++?

c++ c pointers

Does C even have "pass by reference"? [duplicate]

c pointers

when memory will be released?

c++ memory pointers

Using Pointers in Delphi

delphi pointers

What is the result of &pointer in C?

c pointers

C++ pointer names

c++ pointers

Is there a better way to initialize an allocated array in C++?

Storing the pointer to a function pointer in a void*