스트림 IO/기타

텍스트 IO - Win32

jjryu 2008. 12. 14. 21:53
GetStdHandle()
SetStdHandle()
SetConsoleMode()
ReadConsole()
WriteConsole()
FreeConsole()
AllocConsole()

#define _UNICODE    // C 라이브러리
#include <tchar.h>

_fgettc()
_tprintf()
_stprintf()    // sprintf()
_tstcpy()    // strcpy()
_itot()    // itoa()
_ttoi()
_totuppper()
_totlower()

#include <stdio.h>

fread()
fwrite()
ferror()
feof()
fgetc()
fputc()

포매티드 IO(?)

순차적 파일 처리(?)
cat
grep