- 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.
推薦閱讀
- Java語言程序設計
- HTML5+CSS3王者歸來
- Docker and Kubernetes for Java Developers
- Building a Home Security System with Raspberry Pi
- Apache Spark 2.x Machine Learning Cookbook
- 碼上行動:零基礎學會Python編程(ChatGPT版)
- 數據結構簡明教程(第2版)微課版
- Android 7編程入門經典:使用Android Studio 2(第4版)
- Python機器學習經典實例
- HTML5開發精要與實例詳解
- SQL Server 2008 R2數據庫技術及應用(第3版)
- Android應用開發實戰(第2版)
- Java多線程并發體系實戰(微課視頻版)
- 體驗之道:從需求到實踐的用戶體驗實戰
- Mastering Node.js