[[Go言語>Go]]

- https://code.google.com/p/go-wiki/wiki/cgo

- cgoがGoのコンパイル速度に与える影響
--  http://qiita.com/cubicdaiya/items/b546a786d1359cf91120
- Cgo の基本的な使い方とポインタ周りのTips (Go v1.2)
--  http://r9y9.github.io/blog/2014/03/22/cgo-tips/

 []float64 –> double* のイメージ
 これは比較的簡単にできる。以前qiitaにも書いた 
  (*C.double)(&slice[0])

* 関連 [#rel]

- [[C言語>C]]


Reload   Diff   Front page List of pages Search Recent changes Backup Referer   Help   RSS of recent changes