how to use cpp in go

7-15 855 views

https://stackoverflow.com/questions/1713214/how-to-use-c-in-go
阅读全文 0

Flutter Engine

7-12 6,042 views

Getting Source code Install depot_tools Clone the depot_tools repository: $ git clone https://chromium.googlesource.com/chromium/tools/depot_tools...
阅读全文 16

pthread

6-11 2,278 views

https://www.cs.cmu.edu/afs/cs/academic/class/15492-f07/www/pthreads.html
阅读全文 10

OpenGL ES

6-09 1,337 views

void egl_demo() { EGLDisplay display = eglGetDisplay (EGL_DEFAULT_DISPLAY); eglInitialize(display , 0, 0); EGLConfig config; eglChoo...
阅读全文 4

golang init函数

5-30 2,309 views

golang init函数 init函数有一下几点特性: init函数在main执行之前,自动被调用执行的,不能显示调用 每个包的init函数在包被引用时,自动被调用 每个包可以...
阅读全文 11

Cgo

5-13 1,948 views

https://github.com/golang/go/wiki/cgo Introduction First, http://golang.org/cmd/cgo is the primary cgo documentation. There is also a good introdu...
阅读全文 7

Linux pipe通信 用法

5-06 1,091 views

#include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <sys/types.h> int main(void...
阅读全文 1

How to supported NTFS on MacOS

4-23 764 views

百度经验 安装Mounty11
阅读全文 0

macos Delve could not launch process: EOF

4-06 1,132 views

macos Delve could not launch process: EOF I have a workaround. sudo rm -rf /Library/Developer/CommandLineTools Go to https://developer.apple.com/d...
阅读全文 0

brew

3-17 824 views

proxy ALL_PROXY=socks5://127.0.0.1:1086
阅读全文 0