[ CnUnix ] in KIDS 글 쓴 이(By): quix (깐돌이) 날 짜 (Date): 1994년08월11일(목) 05시48분10초 KDT 제 목(Title): C++ vs Window ------------------------------------------------------ Q: How many C++ programmers does it take to change a light bulb? A: You're still thinking procedurally. A properly designed light bulb object would inherit a change method from a generic light bulb class, so all you'd have to do is send a light bulb change message. Q: How many Windows programmers does it take to change a light bulb? A: 472. One to write WinGetLightBulbHandle, one to write WinQueryStatusLightBulb, one to write WinGetLightSwitchHandle . . . ------------------------------------------------------- ;;;;;;;;;;;;;;;;;;;;;;;;;;; -*- Mode: Emacs-Lisp -*- ;;;;;;;;;;;;;;;;;; (setq signature nil) (push '깐돌이 signature) (push 'From signature) (format "%s %s" (car signature) (car (cdr signature))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |