- The Modern C++ Challenge
- Marius Bancila
- 65字
- 2021-06-25 22:01:25
15. IPv4 data type
Write a class that represents an IPv4 address. Implement the functions required to be able to read and write such addresses from or to the console. The user should be able to input values in dotted form, such as 127.0.0.1 or 168.192.0.100. This is also the form in which IPv4 addresses should be formatted to an output stream.
推薦閱讀
- 極簡算法史:從數學到機器的故事
- Practical Data Analysis Cookbook
- 程序員面試白皮書
- Python科學計算(第2版)
- Testing with JUnit
- Java EE框架整合開發入門到實戰:Spring+Spring MVC+MyBatis(微課版)
- Raspberry Pi 2 Server Essentials
- 你不知道的JavaScript(中卷)
- Learning Salesforce Einstein
- 劍指Java:核心原理與應用實踐
- Kotlin編程實戰:創建優雅、富于表現力和高性能的JVM與Android應用程序
- Xcode 6 Essentials
- Windows Phone 8 Game Development
- 寫給青少年的人工智能(Python版·微課視頻版)
- C/C++代碼調試的藝術(第2版)