/SubnetMasksCalc

A calculator that should help with calculations involving IP addresses and Subnet Masks

Primary LanguageC++MIT LicenseMIT

Subnet Mask Calculator

A calculator that allows you to input a network class or IP address and calculates the subnet mask

Compile & Run (Linux)

(Might work on mac too idk. On Windows, you'll probably have to generate a VS project using CMake - No idea how you'd do that though)

In the repo folder (same folder as CMakeLists.txt) make a directory 'build' and navigate to it.

Then run these commands:

cmake ..
make

And to run:

./SubnetMasksExe