Hello there,
I am trying to make the following application:
The idea to generate is to calculate IP addresses when a subnet is made, for this I ask the user to enter the IP address with its proper subnet mask. I convert these values later into binary values:
this is my block code
and these are the labels and text fields that I use
The problem is that I try to do a bitwise AND operation of what the user enters in the txtIP4 field with txtMasc4 and the operator “bitwise and” returns anything but what it should and failed to see where the error is.