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();
}

No comments:

Post a Comment