Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

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

memory allocation in array of structure using double pointers in C

c arrays pointers struct

Is const char* a string or a pointer

c++ string pointers

Why does insertion into a list require a pointer to a pointer

c pointers

returning pointer from a local variable in function

pointers go

Insert an object pointer into a map of maps through emplace() does not work

What does char* (int) mean in C++?

c++ pointers

How do I copy a two dimensional array of strings?

java arrays pointers string

C pointer arithmetic snippet

Pointer comparison

c++ c pointers

c++: function arg char** is not the same as char*[]

c++ arrays pointers arguments