I am looking to build a subnet calculator to get my toes wet. Any suggestions on which IDE you would use. Also, what programming language would be most suitable for fun sake. Just making conversation.
Hi,
Could you be more specific in what you want to calculate?
Do you want to be able to enter an IP address and a subnet mask and calculate information such as the number of possible devices, the IP range and CIDR notation?
If so, you should be able to do so in many programming languages. However, I would recommend you use a programming language that already has existing IP libraries so it is able to deal with using them easily, for example Python.
Hope that helps!