Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C++
Calculating subnet wiht netmask...
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Victor Bazarov, post: 1542785"] This is a C++ newsgroup, and TCP/IP is off-topic. However, if you have 2 strings, where one is an encoded number and the other is an encoded mask, you need to (a) convert the number into an unsigned long (b) convert the mask into an unsigned long (c) perform bitwise AND on them (d) convert the result back into a string Use 'sscanf' to convert numbers from a string, and 'sprintf' to convert back. V [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C++
Calculating subnet wiht netmask...
Top