简体   繁体   中英

C / C++ How to check domain name on current machine?

I am looking for C or C++ solution to check domain name on current machine just like CGI and $ENV{'HTTP_HOST'} does it.

Thanks for any example, advice, resource I will appreciate all ;)

On linux, you may use hostname command.

On windows, the solution is described here .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM