...

/

Interaction with C and C++

Interaction with C and C++

Go lets its users write programs in combination with Go and C/C++. This lesson covers how a Go program can have functionalities of C and C++ imported in it.

We'll cover the following...

Interacting with C

The cgo program provides the mechanism for FFI-support (F ...