Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

Pointers for dummies

c function pointers

2D Array of Object pointers in C++

c++ arrays pointers

In C, why can't you declare a pointer and make it point to a number directly, without malloc?

What is the output to the print statement?

c arrays pointers

Why does the print statement change the value of pointer?

c++ pointers c++11

Why is the store to an atomic unique_ptr causing a crash?

c++ pointers atomic

pointer to char vs pointer to arrays

c++ pointers char

What exactly happens when pointers are assigned with strings values during initialization?

c string pointers memory

Create a d-dimensional pointer [closed]

c pointers

C++ malloc invalid conversion from `void*' to struct

Immutable strings in Go

unique_ptr to char* conversion

c++ pointers unique-ptr

Is nullptr used to terminate C-style strings?

c++ c pointers c++11 c-strings

First character of pointer

c pointers char

Types of Go struct methods that satisfy an interface

Why can't I increment an array?

c arrays pointers

mutable with const pointer in C++

c++ pointers constants mutable

Inserting Objects into an array with dynamic memory (No vectors allowed) C++

Looping through a char array in C

c string pointers

Sending pointers over a channel

pointers go goroutine channels