Get IP Address Through C++ Program


Get IP Address Through C++ Program

========================================================================


#include<stdlib.h>

main()
{
   system("C:\\Windows\\System32\\ipconfig");
   system("pause");
}


========================================================================
SHARE
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment