C++ IP v4 Data Type
Hello, The class below is one way to implement a class that can read IP address from user’s input in C++; Can convert to string or/and enumerate in range:
Hello, The class below is one way to implement a class that can read IP address from user’s input in C++; Can convert to string or/and enumerate in range:
Hello!! It’s been a while that I have posted something here…. Today I was reading new C++ book with 2017 standards. It’s amazing how fast things been changing in C++ and it’s evolving quickly. Even-though changing the habit is hard, I like where C++ is going to. Here is an example of Generating Random Numbers […]
Hello,…… One of the things that was always fascinated me was the implementation of Progress Bar with console applications. If you ever used applications such as “wget” you know the progress bar is used to notify the user about the progress of the download or the process. Here is the C++ source code of the […]