I previously posted how to implement a function that will convert an integer to an IP address string. So how would we go vice-versa, that is, given a string (154.111.23.23) that is an address, how can we get that integer back, using no inet functions. The previous question is here: stackoverflow.com/questions/1680365/integer-to-ip-address-c
以上就是IP Address to Integer - C的详细内容,更多请关注web前端其它相关文章!