[C] A.txt 내용을 정렬하여 콘솔에 출력

#include <stdio.h>
#include <tchar.h>
#include <Windows.h>

int _tmain(int argc, LPTSTR argv[], LPTSTR *env)
{
	system("sort < A.txt");

	return 0;
}

댓글

이 블로그의 인기 게시물

WOL(Wake On Lan) 기능 사용

[NSIS] 사설 인증서 등록