분류 전체보기 328

[스터디] Beginning Linux 4e - 2. 쉘 프로그래밍

ldd : which shared libraries are required by a program. shell a program that act as the interface between you and the Linux system, enabling you to enter commandds for the operating system to execute. perform some relatively simple task organize process control, so that commands run in a predetermined sequence dependent on the successful completion of each stage. execute commands call Linux uti..

[4월 21일 3교시]C Compiler & Library Archive

진도표 : 554~565(UNIX System Programming)   GCC 참고 사이트 http:// gcc.gnu.org   .c -> 전처리 -> .i -> assemble -> .s  -> compile -> .o -> link -> a.out   컴파일과정 전처리 옵션 -E(cpp) gcc -E hello.c > hello.i assemble 옵션 -S compile  옵션 ? (as) gcc -c hello.s link 옵션 ? (ld)   라이브러리 바인딩 동적(윈도우즈의 dll)  - 공유라이..

시간 카운트 다운하는 프로그램을 만들어 봤습니다. 그리고 SSAT 질문이요.

★취업과 TOEIC(취토)★ 토익900 (http://cafe.daum.net/4toeic) 삼성을 목표로 고고고!!!! 삼성에 가기 위해 필요한 각종 정보 요청, 삼성 면접 후기, 삼성에 대한 질문 등 원래는 텝스학원을 다니고 있어서 시간 맞춰보려고 만들었던 건데... 요번주 일요일에 삼성 SSAT를 보게 되었습니다. ^^; 게을러서 이력서 ..

My Work 2008.09.27