简体   繁体   中英

C++ example code of receiving data from Google Cloud Platform

I want to find a C++ example of receiving data via Google's "cloud" via Google's Pub/Sub.

Here it seems that C++ isn't supported:

https://github.com/googleapis/google-cloud-cpp/issues/777

and again here:

https://stackoverflow.com/a/62573062/997112

But on the main Github page:

https://github.com/googleapis/google-cloud-cpp

It says the languages are 90.5% C++.

Can anyone help/is it possible to receive data from the Google Cloud in C++?

The Cloud Pub/Sub client library in C++ recently became available. Code samples in the Pub/Sub documentation should all have C++ examples, for example, publishing messages and receiving messages .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM