How to get IP Adress with using C++ Language

in coding •  7 years ago 

"Follow the code and type it in your language compiler like Dev C++ or others like Visual Studio"

#include<conio.h>
#include<stdlib.h> /These are headers files used to get output/

int main()
{
clrscr(); /this is used for clearscreen/

system("C:\\Windows\\System32\\ipconfig");        /*this command is used for get ip adress*/

return 0;

}

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!