Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

char pointer not the same to char array?

Difference between arrays and pointers in c? [duplicate]

c arrays pointers

How to pass an instance of of a class from within that class

c# class pointers

Why this program that performs invalid pointer initialization compiles fine in C?

Pointer to pointer parameter in Swift function

Using smart pointers as a class member

Do pointers always lead to memory leak or they are deleted when they go out of scope?

Returning a const char ** from a static const struct

c arrays pointers literals

Assigning char array to pointer

c++ arrays pointers char

Can someone explain this line of c++ code using reinterpret_cast?

Declaring a pointer to struct creates a struct?

c pointers struct

Implementing a templated doubly linked list of pointers to objects

Rust, std::cell::Cell - get immutable reference to inner data

Binary search, when to use right = mid - 1, and when to use right = mid?

Passing arrays to function in C

c arrays pointers

Object methods in C: memory leaks

How to pass unique_ptr<char[]> to a function to use

c++ visual-c++ pointers c++11