Sending data to another C++ application

时间:2016-04-25 09:06:27

标签: c++ sockets send

I am working on GPS output. I have managed to extract the latitude, longitude, time and date from a NMEA sentence. I have the data in variables and now I want to send the extracted data to another C++ program which will receive these variables and display them as output on the same computer. How do I go about doing it? I've researched and heard that I could use sockets but I don't know how to do it. The data I have is in floats and integers.

0 个答案:

没有答案