1
Network / sf::IpAddress doesn't accept string
« on: September 08, 2022, 07:07:45 pm »
I was reading documentation on the networking module, and the example code shows that the sf::IpAddress constructor may take a string as it's argument, however when writing my own code, this doesn't seem to be the case. I took a look at the header file, and there doesn't seem to be this constructor. Is this a mistake in the documentation, or on my part?