Since I am working with sockets, I need data in a string format to be transmitted. While sending, I am converting long values to char/string by using _itoa(). After recieving the data, I need to get it back to the long type. How do I do this?