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.