C++ Program To Get IP Address
#include<iostream>
#include<conio.h>
using namespace std;
void main()
{
char ch;
system("C:\\WINDOWS\\System32\\ipconfig/s");
getch();
}
#include<conio.h>
using namespace std;
void main()
{
char ch;
system("C:\\WINDOWS\\System32\\ipconfig/s");
getch();
}