Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as text by tide_automat ( 18 years ago )
char* file_name = "domains.txt";
char* domain_string = "";
FILE * pFile;
pFile = fopen(file_name, "r");
fgets(domain_string, 5 , pFile);
fclose(pFile);
printf (domain_string);
Revise this Paste