13.C_PointerArithmetic

command
v0.2.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 12, 2024 License: MIT Imports: 2 Imported by: 0

README

C.PointerArithmetic

これは、cgoに特化した内容ではないが、C言語ではポインタ演算が可能であり、それなりに利用されている。

Goでは基本的にポインタ演算が禁止されている。

が、unsafeパッケージとuintptrを用いることで、一応可能となる。

しかし、これらはGoの世界から大きく離脱した行為となるため、基本的にやるべきではない。(https://stackoverflow.com/a/32701024)

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL