Get IP Address Through C++ Program
Get IP Address Through C++ Program
========================================================================
#include<stdlib.h>
main()
{
system("C:\\Windows\\System32\\ipconfig");
system("pause");
}
========================================================================
0 comments:
Post a Comment