Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1.16 KB

README.md

File metadata and controls

14 lines (9 loc) · 1.16 KB

Subneting-Tool

A tool that Compute the subneting

During the first term of my second year of college, I developed a Subnet Calculator Tool to practice my programming skills and connect different areas of knowledge together. The tool is designed to compute subnetting, allowing users to quickly and easily calculate network addresses, broadcast addresses, and subnet masks.

While I did not have formal training in problem-solving techniques and design patterns at the time of creating the tool, I utilized my knowledge of the c++ programming language and my understanding of networking to create a working tool.

It's important to note that due to the project being a learning exercise, the code may not be optimized, and there may be some mistakes. Additionally, I did not conduct full testing on the tool, as it was not intended for commercial use.

Despite these limitations, creating the Subnet Calculator Tool allowed me to gain valuable experience in programming and networking. It also demonstrated my ability to apply theoretical knowledge to practical projects and to continuously learn and improve my skills.

Usage:

  • Run it using a c++14 compiler
  • Follow the Wizard