editor 썸네일형 리스트형 HEX editor 소스. 음.... 하드 구석에 있던 넘인데, 최종 수정일이 99년으로 나와있는데... 학교 수업할때만든건지, 어디서 퍼온건지, 심심해서 만든건지 기억도 않남... --; ----------------------------------------------------------- #include "stdio.h" #include "conio.h" #include "stdafx.h" #include "stdlib.h" #include "windows.h" void gotoxy(int x, int y) { COORD Pos = {x - 1, y - 1}; SetConsoleCursorPosition(GetStdHandle(STD_OUTPUT_HANDLE), Pos); } char *data=NULL; char *fil.. 더보기 이전 1 다음