Networking and using a website

I have a question. I want to make a c++ application that creates a variable to store the time, and then run that through a website that converts unix to standard time stamp. How would that work?

//Edit:
Or possibly, use their JS function in my code? Like a blank html that would run the JS?
Last edited on
You could always write an http server that served some html + the timestamp
Topic archived. No new replies allowed.