cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
how to sort IP addresses in routing tabl
how to sort IP addresses in routing table in C++?
Mar 8, 2012 at 6:45pm UTC
cutesue
(1)
how to sort IP addresses in routing table in ascending order in C or C++? like if we've two same ip addreses, 128.0.0.0 with prefix length 2 and 128.0.0.0 with prefix length 4, the one with 2 precedes 4. pl help!
Mar 8, 2012 at 7:08pm UTC
Texan40
(645)
If you are using Windows perhaps start here:
http://msdn.microsoft.com/en-us/library/windows/desktop/aa365953(v=vs.85).aspx
Topic archived. No new replies allowed.