unistd?

printf? sprintf? scanf?

getch? getche? fgets? fputs?

strcmp? strcat? strpos?

WCHAR? LPCTSTR? MBCS?


이게 뭔 개좆같은 단어지??


stdio: standard i/o

conio: console i/o

fcntl: file control

unistd: unix standard

printf: print w/ format

sprintf: print to string w/ format

scanf: scan w/ format

getch: get character

getche: get character and echoing

fgets: get string from file

fputs: put string

strcmp: string comparison

strcat: string concatenation

strpos: string position

WCHAR: wide character

LPCTSTR: long pointer of constant text string

MBCS: multi-byte character set


아하! 개좆같이도 줄여놨구나!




단어를 있는 그대로 볼 것이 아니라 그 안에 내포된 의미를 이해하는게 개발자의 소양이라고 생각한다


오래된 생각이다