U Use Go code in c/c++ applications
April 27, 2019 — 2 Min Read
This simple tutorial will show how is possible to call GoLang functions from a c/c++ code.
April 27, 2019 — 2 Min Read
This simple tutorial will show how is possible to call GoLang functions from a c/c++ code.
July 24, 2017 — 4 Min Read
In this guide I will show you how to use gRPC to write a simple client (in C++) and server (in Go) for your service.
For this tutorial we will use the code available in the following Github project: pasdam/grpcExample.
For the client, in this article I’ll show how to write a command line one, but in the repository there is also a GUI client written with the Qt framework.