英文: Operator vs functions behaviour 问题 我正在阅读以下文件, https://code.google.com/p/go-wiki/wiki/GoForCPPPro...
字符串参数
英文: String parameters 问题 我正在尝试使用swig与c++进行接口交互,但是在使用std::string&参数时遇到了问题。这是在Fedora 19上使用gola...
使GO语言中的库可用于其他语言
英文: Making a library usable from other languages in GO 问题 这可能看起来像一个愚蠢的问题,但是在GO语言中编写一个可以从其他语言(例如C++)调...
在Go和C++中,指针和引用之间的逻辑差异是什么?
英文: logical difference between pointers and references in Go and C++? 问题 无论是指针还是引用,都有其自身的优势和规则。指针可以直...
Go共享库作为C++插件
英文: Go shared library as C++ plugin 问题 我有一个项目,我想在C++应用程序中加载Go插件。 经过大量的研究,我不清楚Go是否支持这一点。 我遇到了很多讨论,指出了...
有没有内存中的文件系统库?
英文: Any library of file system in memory? 问题 我想知道是否有适用于C、C++、Golang、Java和.NET的内存文件系统库。目的是将临时文件保存在内存中...
在Go方法中,通过值传递”this”会有性能损失吗?
英文: Is there a performance penalty for passing "this" by value in Go methods? 问题 我在9年的C++开...
在Windows上使用Visual Studio和swig -go。
英文: use swig -go on windows with Visual Studio 问题 我想在Windows上使用golang调用带有swig的C++ dll。(在Linux上使用gc编译...
无头浏览器库适用于以下编程语言
英文: Headless browser library for these programming languages 问题 HtmlUnit是一个基于Java的无头浏览器库。是否有适用于C/C++...
在多种编程语言中寻找具有类似精度的数据类型,例如C/C++,D,Go。
英文: Looking for datatypes of similar precision in multiple programming languages e.g. C/C++, D, Go 问...
226