Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

dereference a pointer

c pointers

C# - Ref type comparison to pointers confusion?

c# c pointers ref

C99 pointer to a struct which contains a pointer to a struct

c pointers struct

C increment counter in struct

c pointers auto-increment

How to make it so the user can't delete a dynamic array?

Repeated calloc over the same pointer

c pointers calloc

Issue with a generic stack library

c pointers stack void

Dealing with char ** argv

How to save a string to a string* member of a class in C++?

auto_ptr to normal pointer conversion

c++ pointers auto-ptr

Use pointer math instead of array indexing

c arrays pointers

CStrings and pointers: Heap corruption when trying to delete a character array

c++ arrays pointers c-strings

function pointers in a struct

c pointers struct

function returns a pointer

c function pointers

Pointers, struct and malloc()

Should i delete a moved from dynamic pointer

c++ pointers dynamic move

Why can't I take the address of a return value?

c pointers lvalue

Can a function return an argument that is a restrict pointer?

C++ app: How to properly delete/release an allocated object?