Skip to content

Instantly share code, notes, and snippets.

@hanifadinna
Created February 9, 2016 09:22
How to get ip address
#include<stdlib.h>
int main()
{
system("C:\\Windows\\System32\\ipconfig");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment