How to get IP Adress with using C++ Language

in #coding8 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;

}

Coin Marketplace

STEEM 0.07
TRX 0.29
JST 0.047
BTC 68175.68
ETH 2069.49
USDT 1.00
SBD 0.48