컴퓨터 지식 네트워크 - 컴퓨터 지식 - C 언어는 모든 IP를 나열합니다.

C 언어는 모든 IP를 나열합니다.

#include?

const?int?MAXSIZE?=?1024;

struct?data?{

char?ip1[16];

char?ip2[16];

char?addr[60];

}a[MAXSIZE];

int?main()?{

int?i,n?=?0;

FILE?*fin?=?fopen("data1.txt ","rt");

if(fin?==?NULL)?{

printf("데이터 파일을 열 수 없습니다.

\n");

return?1;

}

while(n?

++n;

for (i?=?0;?i?

printf("%15s%15s%s\n",a[i].ip1,a[i] .ip2,a[i].addr);

return?0;

}

上篇: 07ms1012 회 전자판 어때요 下篇: Dell 노트북에는 자동으로 추가 하드 드라이브 파티션이 있습니다.
관련 내용