Skip to content

This c++ code checks whether the given ipv4 is valid or not.

License

Notifications You must be signed in to change notification settings

pateldevang/ipv4-validator-in-c-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

ipv4-validator-in-c++

This c++ code checks whether the given ipv4 is valid or not.

Range for ipv4 is from 0 to 255 for 32 bits divded in 4 parts each of 8 bits.

input - ipv4 address

Output - If valid then print valid ip else print error

Note: implemented without using regex

About

This c++ code checks whether the given ipv4 is valid or not.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages